diff options
Diffstat (limited to 'intl')
-rw-r--r-- | intl/ChangeLog | 4 | ||||
-rwxr-xr-x | intl/configure | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/intl/ChangeLog b/intl/ChangeLog index eddacfb..06c0270 100644 --- a/intl/ChangeLog +++ b/intl/ChangeLog @@ -1,3 +1,7 @@ +2018-11-09 Hafiz Abid Qadeer <abidh@codesourcery.com> + + * configure: Regenerate. + 2018-08-02 Simon Marchi <simon.marchi@ericsson.com> * libgnuintl.h (_INTL_MAY_RETURN_STRING_ARG, gettext, dgettext, 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. */ |