diff options
author | Andres Freund | 2018-03-22 01:40:23 +0000 |
---|---|---|
committer | Andres Freund | 2018-03-22 01:40:23 +0000 |
commit | a02671cfdeac3bb86ebf8f8577faf69730c4f80e (patch) | |
tree | 2ad3161f50e82d43039ff5c379facad14e177a9c /configure | |
parent | 846b5a525746b83813771ec4720d664408c47c43 (diff) |
Empty CXXFLAGS inherited from autoconf.
We do the same for CFLAGS. This was an omission in 6869b4f25.
Reported-By: Catalin Iacob
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 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 |