Commit 3642ea2f by Philippe De Muyter Committed by Jeff Law

configure.in (NO_MINUS_C_MINUS_O): Test `$ac_cv_prog_cc_${ac_cc}_c_o', not `$ac_cv_prog_cc_cc_c_o'.

        * configure.in (NO_MINUS_C_MINUS_O): Test `$ac_cv_prog_cc_${ac_cc}_c_o',
        not `$ac_cv_prog_cc_cc_c_o'.
        * configure: Regenerated.

From-SVN: r33994
parent c4e04178
Thu May 18 12:10:18 2000 Philippe De Muyter <phdm@macqel.be>
* configure.in (NO_MINUS_C_MINUS_O): Test `$ac_cv_prog_cc_${ac_cc}_c_o',
not `$ac_cv_prog_cc_cc_c_o'.
* configure: Regenerated.
2000-05-18 Chris Demetriou <cgd@sibyte.com> 2000-05-18 Chris Demetriou <cgd@sibyte.com>
Richard Henderson <rth@cygnus.com> Richard Henderson <rth@cygnus.com>
......
...@@ -1302,7 +1302,7 @@ EOF ...@@ -1302,7 +1302,7 @@ EOF
fi fi
if test $ac_cv_prog_cc_cc_c_o = no; then if test $ac_cv_prog_cc_${ac_cc}_c_o = no; then
NO_MINUS_C_MINUS_O=yes NO_MINUS_C_MINUS_O=yes
fi fi
......
...@@ -322,7 +322,7 @@ AC_CANONICAL_SYSTEM ...@@ -322,7 +322,7 @@ AC_CANONICAL_SYSTEM
# Find the native compiler # Find the native compiler
AC_PROG_CC AC_PROG_CC
AC_PROG_CC_C_O AC_PROG_CC_C_O
if test $ac_cv_prog_cc_cc_c_o = no; then if test $ac_cv_prog_cc_${ac_cc}_c_o = no; then
NO_MINUS_C_MINUS_O=yes NO_MINUS_C_MINUS_O=yes
fi fi
AC_SUBST(NO_MINUS_C_MINUS_O) AC_SUBST(NO_MINUS_C_MINUS_O)
......
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