Sync libiberty sources with gcc master versions.
[deliverable/binutils-gdb.git] / libiberty / aclocal.m4
index f2091c9927e79316f78e98984c43717f6058c163..bf8a907100f9d2107df899e538e6a47f6fcd3058 100644 (file)
@@ -1,6 +1,7 @@
 sinclude(../config/acx.m4)
 sinclude(../config/no-executables.m4)
 sinclude(../config/override.m4)
+sinclude(../config/picflag.m4)
 sinclude(../config/warnings.m4)
 
 dnl See whether strncmp reads past the end of its string parameters.
@@ -71,7 +72,7 @@ main ()
   exit (0);
 }
 ], ac_cv_func_strncmp_works=yes, ac_cv_func_strncmp_works=no,
-  ac_cv_func_strncmp_works=no)
+  ac_cv_func_strncmp_works=yes)
 rm -f core core.* *.core])
 if test $ac_cv_func_strncmp_works = no ; then
   AC_LIBOBJ([strncmp])
This page took 0.023958 seconds and 4 git commands to generate.