diff options
author | Andres Freund <andres@anarazel.de> | 2018-03-21 18:40:23 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2018-03-21 18:40:23 -0700 |
commit | a02671cfdeac3bb86ebf8f8577faf69730c4f80e (patch) | |
tree | 2ad3161f50e82d43039ff5c379facad14e177a9c | |
parent | 846b5a525746b83813771ec4720d664408c47c43 (diff) | |
download | postgresql-a02671cfdeac3bb86ebf8f8577faf69730c4f80e.tar.gz postgresql-a02671cfdeac3bb86ebf8f8577faf69730c4f80e.zip |
Empty CXXFLAGS inherited from autoconf.
We do the same for CFLAGS. This was an omission in 6869b4f25.
Reported-By: Catalin Iacob
-rwxr-xr-x | configure | 1 | ||||
-rw-r--r-- | configure.in | 1 |
2 files changed, 2 insertions, 0 deletions
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 |