Revert "Modify ${CPPFLAGS} to add pg_config's setting for PGINCLUDEDIR to the"

This reverts commit 77fa8494dd.

Makefile.global.in already handles PGINCLUDEDIR -- the problem is
incorrect #include statements in some of the sources.
pull/407/head
Matthew Seaman 2016-03-30 12:18:26 +01:00
parent 7f73528d81
commit 7457419173
1 changed files with 0 additions and 3 deletions

View File

@ -58,9 +58,6 @@ SAVE_CFLAGS="$CFLAGS"
AC_PROG_CC([$($PG_CONFIG --cc)]) AC_PROG_CC([$($PG_CONFIG --cc)])
CFLAGS="$SAVE_CFLAGS" 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 # check for a number of CFLAGS that make development easier
# CITUSAC_PROG_CC_CFLAGS_OPT # CITUSAC_PROG_CC_CFLAGS_OPT