diff options
author | DJ Delorie <dj@redhat.com> | 2011-12-20 19:02:08 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2011-12-20 19:02:08 +0000 |
commit | 3fee530e50c58ab07cd3f6802ad6a31744a61005 (patch) | |
tree | 435e17661a392cf3283bd58e77ddc9e15ecfa83c /libiberty/configure | |
parent | c0a512e26627ba94d3b6a0a02d8470c16f81f859 (diff) | |
download | gdb-3fee530e50c58ab07cd3f6802ad6a31744a61005.zip gdb-3fee530e50c58ab07cd3f6802ad6a31744a61005.tar.gz gdb-3fee530e50c58ab07cd3f6802ad6a31744a61005.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/configure')
-rwxr-xr-x | libiberty/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/configure b/libiberty/configure index 9bccb8e..9bdea73 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. */ |