projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1fcbfbd
)
Configure should find stdchar on its own.
Jarkko Hietaniemi [Fri, 24 Nov 2000 17:27:56 +0000 (17:27 +0000)]
p4raw-id: //depot/perl@7850
hints/solaris_2.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/solaris_2.sh
b/hints/solaris_2.sh
index
dd947fc
..
4eb4012
100644
(file)
--- a/
hints/solaris_2.sh
+++ b/
hints/solaris_2.sh
@@
-480,11
+480,6
@@
EOM
*) xxx=/no/64-bit$xxx ;;
esac'
- case "`$cc -E $cflags /usr/include/stdio.h | grep _ptr`" in
- *"unsigned char"*) stdchar='unsigned char' ;;
- *) stdchar='char' ;;
- esac
-
use64bitall_done=yes
;;
esac