Skip to content

Commit dab0baa

Browse files
committed
fix typo in error message
1 parent 61dad41 commit dab0baa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ AC_REPLACE_FUNCS([ \
1616
])
1717

1818
AC_SEARCH_LIBS([PQconnectdbParams], [pq], [], [
19-
AC_MSG_ERROR([requires sqlite3])
19+
AC_MSG_ERROR([requires libpq])
2020
])
2121

2222
CFLAGS="$CFLAGS -I$srcdir/openbsd-compat"

0 commit comments

Comments
 (0)