Merge changes from GCC for the config/ directory
[deliverable/binutils-gdb.git] / libiberty / configure
index 7a34dabec32b0b383bd33f07811757335f4dd39c..d2413f13acf3b18ec41a532c7ff71ff17c582379 100755 (executable)
@@ -3310,11 +3310,11 @@ done
 
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
-
+#include <stdio.h>
 int
 main ()
 {
-
+printf ("hello world\n");
   ;
   return 0;
 }
This page took 0.023435 seconds and 4 git commands to generate.