diff options
Diffstat (limited to 'intl/configure')
-rwxr-xr-x | intl/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/configure b/intl/configure index 5881cff..2f35993 100755 --- a/intl/configure +++ b/intl/configure @@ -5639,7 +5639,7 @@ rm -f core conftest.err conftest.$ac_objext \ if test "$am_cv_func_iconv" != yes; then am_save_CPPFLAGS="$CPPFLAGS" am_save_LIBS="$LIBS" - CPPFLAGS="$LIBS $INCICONV" + CPPFLAGS="$CPPFLAGS $INCICONV" LIBS="$LIBS $LIBICONV" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ |