Allow usage of gcc on OSF/1; this reverts rev 1.23 of configure.in,

and fixes bug #438786.
This commit is contained in:
Martin v. Löwis 2001-07-25 07:30:35 +00:00
parent 1669669f4c
commit 784d3df09f
2 changed files with 379 additions and 383 deletions

760
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -99,8 +99,6 @@ AC_ARG_WITH(gcc, [ --without-gcc never use gcc], [
without_gcc=$withval;;
esac], [
case $ac_sys_system in
OSF1) CC=cc
without_gcc=;;
AIX*) CC=cc_r
without_gcc=;;
BeOS*)