Automatic date update in version.in
[deliverable/binutils-gdb.git] / configure.ac
index a721316d07b7df4770114c1a4acaa213bb953d8a..797a624621e459f090028260fd22e664acfc7136 100644 (file)
@@ -1278,7 +1278,7 @@ else
   WINDMC_FOR_BUILD="\$(WINDMC)"
 fi
 
-AC_PROG_CC
+AC_PROG_CC_C99
 AC_PROG_CXX
 
 # We must set the default linker to the linker used by gcc for the correct
@@ -2812,6 +2812,9 @@ case " ${configdirs} " in
   *\ gdbserver\ *)
     configdirs="${configdirs} gnulib gdbsupport"
     ;;
+  *\ sim\ *)
+    configdirs="${configdirs} gnulib"
+    ;;
 esac
 
 # Strip out unwanted targets.
This page took 0.033283 seconds and 4 git commands to generate.