From e9f3803db32c8dd499fe9da64558d30f6a920cc9 Mon Sep 17 00:00:00 2001 From: Hafiz Abid Qadeer Date: Wed, 7 Nov 2018 22:41:21 +0000 Subject: iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS. 2018-11-06 Hafiz Abid Qadeer * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS. Append $INCICONV to it. gcc/ * configure: Regenerated. libcpp/ * configure: Likewise. libstdc++-v3/ * configure: Likewise. intl/ * configure: Likewise. From-SVN: r265896 --- libcpp/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcpp/configure') diff --git a/libcpp/configure b/libcpp/configure index 2e98fd1..a7aa35c 100755 --- a/libcpp/configure +++ b/libcpp/configure @@ -7165,7 +7165,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. */ -- cgit v1.1