From: Andres Freund Date: Thu, 22 Mar 2018 01:40:23 +0000 (-0700) Subject: Empty CXXFLAGS inherited from autoconf. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=a02671cfdeac3bb86ebf8f8577faf69730c4f80e;p=users%2Fheikki%2Fpostgres.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 45672306ee..409fdc1ed6 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 2093bb468f..1ed94dbf7d 100644 --- a/configure.in +++ b/configure.in @@ -389,6 +389,7 @@ fi unset CFLAGS +unset CXXFLAGS # # Read the template