projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9c5183
)
no hard fail if pq not found
author
Christian Grothoff
<christian@grothoff.org>
Thu, 22 Nov 2018 12:36:21 +0000
(13:36 +0100)
committer
Christian Grothoff
<christian@grothoff.org>
Thu, 22 Nov 2018 12:36:21 +0000
(13:36 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 45b2024a58255ed27ac7a8294a5b1c342bb3fc38..c322f57ac8aa867d8798a386550252333e8e0fcd 100644
(file)
--- 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)