no hard fail if pq not found
authorChristian Grothoff <christian@grothoff.org>
Thu, 22 Nov 2018 12:36:21 +0000 (13:36 +0100)
committerChristian Grothoff <christian@grothoff.org>
Thu, 22 Nov 2018 12:36:21 +0000 (13:36 +0100)
configure.ac

index 45b2024a58255ed27ac7a8294a5b1c342bb3fc38..c322f57ac8aa867d8798a386550252333e8e0fcd 100644 (file)
@@ -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)