gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: no hard fail if pq not foun


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: no hard fail if pq not found
Date: Thu, 22 Nov 2018 13:36:22 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new ddf8ca4b3 no hard fail if pq not found
ddf8ca4b3 is described below

commit ddf8ca4b3012f240cfc6020fd8e8347ee3308872
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Nov 22 13:36:21 2018 +0100

    no hard fail if pq not found
---
 configure.ac | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 45b2024a5..c322f57ac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1072,7 +1072,8 @@ AS_IF([test "$taler_only" != yes],
         [CPPFLAGS="$CPPFLAGS $POSTGRESQL_CPPFLAGS"
          AC_CHECK_HEADERS([libpq-fe.h],
          postgres=true)
-        ])])
+        ])],
+      [AC_MSG_RESULT([no postgres])])
 AM_CONDITIONAL(HAVE_POSTGRESQL, test x$postgres = xtrue)
 
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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