Allow usage of gcc on OSF/1; this reverts rev 1.23 of configure.in,
and fixes bug #438786.
This commit is contained in:
parent
1669669f4c
commit
784d3df09f
|
@ -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*)
|
||||
|
|
Loading…
Reference in New Issue