diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-12-19 13:29:47 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-12-19 13:29:47 +0100 |
commit | c35074bffd2fb38539deca64890fcece2f048e56 (patch) | |
tree | 51d7f7261b2614a7d80fb394fa762e214e7c717c /configure.ac | |
parent | 705064978a7297965c55cc8582c1b40f69827bab (diff) |
-do not duplicate postgres cpp flags
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5293f3f4..deff51ec 100644 --- a/configure.ac +++ b/configure.ac @@ -124,7 +124,7 @@ AS_CASE([$with_exchange], [yes], [], [no], [AC_MSG_ERROR([--with-exchange is required])], [LDFLAGS="-L$with_exchange/lib $LDFLAGS" - CPPFLAGS="-I$with_exchange/include $CPPFLAGS $POSTGRESQL_CPPFLAGS"]) + CPPFLAGS="-I$with_exchange/include $CPPFLAGS"]) CPPFLAGS="$CPPFLAGS $POSTGRESQL_CPPFLAGS" |