summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-06-04 01:03:04 +0200
committerChristian Grothoff <christian@grothoff.org>2017-06-04 01:03:04 +0200
commit0878d31f69185cf66d58eea98589948fa8bebe67 (patch)
tree2972bcc58f4c3ce189bcfc624383770cc769a0ab /configure.ac
parent2f3564b833dc7f0fe0d20f495829cc4b7bab1621 (diff)
downloadmerchant-0878d31f69185cf66d58eea98589948fa8bebe67.tar.gz
merchant-0878d31f69185cf66d58eea98589948fa8bebe67.tar.bz2
merchant-0878d31f69185cf66d58eea98589948fa8bebe67.zip
moving database backend to modern PQ API
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b60ae5da..91288ce2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -92,7 +92,7 @@ CPPFLAGS="$CPPFLAGS $POSTGRESQL_CPPFLAGS"
LDFLAGS="$LDFLAGS -L/usr/local/lib"
AC_CHECK_HEADERS([gnunet/gnunet_pq_lib.h],
- [AC_CHECK_LIB([gnunetpq], [GNUNET_PQ_exec_prepared], libgnunetpq=1)],
+ [AC_CHECK_LIB([gnunetpq], [GNUNET_PQ_connect_with_cfg], libgnunetpq=1)],
[], [#ifdef HAVE_GNUNET_PLATFORM_H
#include <gnunet/platform.h>
#endif])