From: Roland McGrath Date: Wed, 30 Aug 1995 21:34:36 +0000 (+0000) Subject: (AC_PROG_CC_C_O): If $CC groks it and cc doesn't exist, choose yes. X-Git-Tag: fsf-origin~249 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e3ec82a1392154ba55daa52df2e53d5f51a1111;p=thirdparty%2Fautoconf.git (AC_PROG_CC_C_O): If $CC groks it and cc doesn't exist, choose yes. --- diff --git a/acspecific.m4 b/acspecific.m4 index 909e612bf..6693292cb 100644 --- a/acspecific.m4 +++ b/acspecific.m4 @@ -199,6 +199,9 @@ then then eval ac_cv_prog_cc_${ac_cc}_c_o=yes fi + else + # There is no cc, so we don't care about it. + eval ac_cv_prog_cc_${ac_cc}_c_o=yes fi fi fi diff --git a/lib/autoconf/specific.m4 b/lib/autoconf/specific.m4 index 909e612bf..6693292cb 100644 --- a/lib/autoconf/specific.m4 +++ b/lib/autoconf/specific.m4 @@ -199,6 +199,9 @@ then then eval ac_cv_prog_cc_${ac_cc}_c_o=yes fi + else + # There is no cc, so we don't care about it. + eval ac_cv_prog_cc_${ac_cc}_c_o=yes fi fi fi