]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(AC_PROG_CC_C_O): If $CC groks it and cc doesn't exist, choose yes.
authorRoland McGrath <roland@gnu.org>
Wed, 30 Aug 1995 21:34:36 +0000 (21:34 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 30 Aug 1995 21:34:36 +0000 (21:34 +0000)
acspecific.m4
lib/autoconf/specific.m4

index 909e612bf43b33014a8f3533a69c7219992599cb..6693292cb203772afcbd8a2801352baa12d5efed 100644 (file)
@@ -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
index 909e612bf43b33014a8f3533a69c7219992599cb..6693292cb203772afcbd8a2801352baa12d5efed 100644 (file)
@@ -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