From: Andres Freund Date: Thu, 22 Mar 2018 01:40:23 +0000 (-0700) Subject: Empty CXXFLAGS inherited from autoconf. X-Git-Tag: REL_11_BETA1~534 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a02671cfdeac3bb86ebf8f8577faf69730c4f80e;p=thirdparty%2Fpostgresql.git Empty CXXFLAGS inherited from autoconf. We do the same for CFLAGS. This was an omission in 6869b4f25. Reported-By: Catalin Iacob --- diff --git a/configure b/configure index 45672306eeb..409fdc1ed69 100755 --- a/configure +++ b/configure @@ -5056,6 +5056,7 @@ fi unset CFLAGS +unset CXXFLAGS # # Read the template diff --git a/configure.in b/configure.in index 2093bb468f0..1ed94dbf7de 100644 --- a/configure.in +++ b/configure.in @@ -389,6 +389,7 @@ fi unset CFLAGS +unset CXXFLAGS # # Read the template