summaryrefslogtreecommitdiff
path: root/libiberty/aclocal.m4
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2011-12-20 19:02:08 +0000
committerDJ Delorie <dj@delorie.com>2011-12-20 19:02:08 +0000
commit3d583e568fcd09ef8f64383877c9840f7da29d10 (patch)
tree906bb21cbc11e98ffdce61f2c5d458483fff62e3 /libiberty/aclocal.m4
parentfea778453b931067df16ffcaab24858a2063366b (diff)
downloadgdb-3d583e568fcd09ef8f64383877c9840f7da29d10.tar.gz
merge from gcc
Diffstat (limited to 'libiberty/aclocal.m4')
-rw-r--r--libiberty/aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/aclocal.m4 b/libiberty/aclocal.m4
index a528604d70e..bf8a907100f 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])