summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-12-19 13:29:47 +0100
committerChristian Grothoff <christian@grothoff.org>2022-12-19 13:29:47 +0100
commitc35074bffd2fb38539deca64890fcece2f048e56 (patch)
tree51d7f7261b2614a7d80fb394fa762e214e7c717c /configure.ac
parent705064978a7297965c55cc8582c1b40f69827bab (diff)
downloadmerchant-c35074bffd2fb38539deca64890fcece2f048e56.tar.gz
merchant-c35074bffd2fb38539deca64890fcece2f048e56.tar.bz2
merchant-c35074bffd2fb38539deca64890fcece2f048e56.zip
-do not duplicate postgres cpp flags
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
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"