summaryrefslogtreecommitdiff
path: root/libiberty/configure
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2011-12-20 08:08:30 +0000
committerTristan Gingold <gingold@gcc.gnu.org>2011-12-20 08:08:30 +0000
commit8c3db96e6425846bc1f7760c382369ff671e45c6 (patch)
tree659be630311c0f21dc97d85780fe010fd89983a0 /libiberty/configure
parent0f172beec4a9f1f225b3d0cca973f26f376d9556 (diff)
aclocal.m4: Assume strncmp works in cross case.
2011-12-20 Tristan Gingold <gingold@adacore.com> * aclocal.m4: Assume strncmp works in cross case. * configure: Regenerate From-SVN: r182520
Diffstat (limited to 'libiberty/configure')
-rwxr-xr-xlibiberty/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/configure b/libiberty/configure
index d26c8b5f5ba..0b943857b75 100755
--- a/libiberty/configure
+++ b/libiberty/configure
@@ -6824,7 +6824,7 @@ if test "${ac_cv_func_strncmp_works+set}" = set; then :
$as_echo_n "(cached) " >&6
else
if test "$cross_compiling" = yes; then :
- ac_cv_func_strncmp_works=no
+ ac_cv_func_strncmp_works=yes
else
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */