Index: libiberty/aclocal.m4 |
diff --git a/libiberty/aclocal.m4 b/libiberty/aclocal.m4 |
index a528604d70e5d498a15fdced40c00e2caa8f2bf2..bf8a907100f9d2107df899e538e6a47f6fcd3058 100644 |
--- a/libiberty/aclocal.m4 |
+++ b/libiberty/aclocal.m4 |
@@ -72,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]) |