aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Barksdale <amatus.amongus@gmail.com>2015-06-29 16:07:15 +0000
committerDavid Barksdale <amatus.amongus@gmail.com>2015-06-29 16:07:15 +0000
commitd023228c58fc7eea0f247d635d964ed132fe4144 (patch)
treea472e086f22fd0a53b34b1850f6eadddb4ac6e32
parent26d1b687ca01be01505b69ff48ae5d3e0cd4186e (diff)
downloadgnunet-d023228c58fc7eea0f247d635d964ed132fe4144.tar.gz
gnunet-d023228c58fc7eea0f247d635d964ed132fe4144.zip
Check in the right place for libpq-fe.h
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c110b97a0..7685bd9d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -778,6 +778,7 @@ AC_SUBST(SQLITE_LDFLAGS)
778postgres=false 778postgres=false
779AX_LIB_POSTGRESQL([]) 779AX_LIB_POSTGRESQL([])
780if test "$found_postgresql" = "yes"; then 780if test "$found_postgresql" = "yes"; then
781 CPPFLAGS="$CPPFLAGS $POSTGRESQL_CPPFLAGS"
781 AC_CHECK_HEADERS([libpq-fe.h], 782 AC_CHECK_HEADERS([libpq-fe.h],
782 postgres=true) 783 postgres=true)
783fi 784fi