gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r36011 - gnunet


From: gnunet
Subject: [GNUnet-SVN] r36011 - gnunet
Date: Sat, 27 Jun 2015 21:43:59 +0200

Author: grothoff
Date: 2015-06-27 21:43:59 +0200 (Sat, 27 Jun 2015)
New Revision: 36011

Modified:
   gnunet/configure.ac
Log:
also check for existence of libpq-fe header

Modified: gnunet/configure.ac
===================================================================
--- gnunet/configure.ac 2015-06-27 19:19:23 UTC (rev 36010)
+++ gnunet/configure.ac 2015-06-27 19:43:59 UTC (rev 36011)
@@ -777,10 +777,13 @@
 postgres=false
 AX_LIB_POSTGRESQL([])
 if test "$found_postgresql" = "yes"; then
-  postgres=true
+  AC_CHECK_HEADERS([libpq-fe.h], 
+    postgres=true)
 fi
+
 AM_CONDITIONAL(HAVE_POSTGRESQL, test x$postgres = xtrue)
 
+
 LDFLAGS=$SAVE_LDFLAGS
 CPPFLAGS=$SAVE_CPPFLAGS
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]