From 7457419173fd641099c386a747b9a137fdf85935 Mon Sep 17 00:00:00 2001 From: Matthew Seaman Date: Wed, 30 Mar 2016 12:18:26 +0100 Subject: [PATCH] Revert "Modify ${CPPFLAGS} to add pg_config's setting for PGINCLUDEDIR to the" This reverts commit 77fa8494dd47f630aad2068461c6e8988a549106. Makefile.global.in already handles PGINCLUDEDIR -- the problem is incorrect #include statements in some of the sources. --- configure.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.in b/configure.in index 09aea8f35..209c29252 100644 --- a/configure.in +++ b/configure.in @@ -58,9 +58,6 @@ SAVE_CFLAGS="$CFLAGS" AC_PROG_CC([$($PG_CONFIG --cc)]) CFLAGS="$SAVE_CFLAGS" -# Add the Postgres PKGINCLUDEDIR to the include search path -CPPFLAGS="$CPPFLAGS -I$($PG_CONFIG --pkgincludedir)" - # check for a number of CFLAGS that make development easier # CITUSAC_PROG_CC_CFLAGS_OPT