diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-24 17:27:56 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-24 17:27:56 +0000 |
commit | c6243224d4efed0e6f865fec217af9e65c68a391 (patch) | |
tree | e464f87e3e9b79ee7ed9ac802fc21955c308414b /hints/solaris_2.sh | |
parent | 1fcbfbda4ac8e772a1576bd2e2f5bd6669f42316 (diff) | |
download | perl-c6243224d4efed0e6f865fec217af9e65c68a391.tar.gz |
Configure should find stdchar on its own.
p4raw-id: //depot/perl@7850
Diffstat (limited to 'hints/solaris_2.sh')
-rw-r--r-- | hints/solaris_2.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index dd947fc72b..4eb4012465 100644 --- 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 |