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 --- gcc/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/configure') diff --git a/gcc/configure b/gcc/configure index a24221d..b814484 100755 --- a/gcc/configure +++ b/gcc/configure @@ -10833,7 +10833,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