We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61dad41 commit dab0baaCopy full SHA for dab0baa
1 file changed
configure.ac
@@ -16,7 +16,7 @@ AC_REPLACE_FUNCS([ \
16
])
17
18
AC_SEARCH_LIBS([PQconnectdbParams], [pq], [], [
19
- AC_MSG_ERROR([requires sqlite3])
+ AC_MSG_ERROR([requires libpq])
20
21
22
CFLAGS="$CFLAGS -I$srcdir/openbsd-compat"
0 commit comments