commit c35074bffd2fb38539deca64890fcece2f048e56
parent 705064978a7297965c55cc8582c1b40f69827bab
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 19 Dec 2022 13:29:47 +0100
-do not duplicate postgres cpp flags
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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"