Commit 784d3df0 authored by Martin v. Löwis's avatar Martin v. Löwis

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

and fixes bug #438786.
parent 1669669f
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -99,8 +99,6 @@ AC_ARG_WITH(gcc, [ --without-gcc never use gcc], [ ...@@ -99,8 +99,6 @@ AC_ARG_WITH(gcc, [ --without-gcc never use gcc], [
without_gcc=$withval;; without_gcc=$withval;;
esac], [ esac], [
case $ac_sys_system in case $ac_sys_system in
OSF1) CC=cc
without_gcc=;;
AIX*) CC=cc_r AIX*) CC=cc_r
without_gcc=;; without_gcc=;;
BeOS*) BeOS*)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment