X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/523633cb1b66234daa431f71278041f511046f00..e0e1556867850c43983674881ca00436ceec13a8:/configure.ac?ds=inline diff --git a/configure.ac b/configure.ac index 4cbf68a..e41971b 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ then AC_MSG_ERROR([cannot compile DB3 backend without libdb3])) else if test "x$enable_backend" = "xpg" then - AC_CHECK_LIB(pq, PQsetdbLoginx,, + AC_CHECK_LIB(pq, PQsetdbLogin,, AC_MSG_ERROR([cannot compile PostgreSQL backend without libpq])) fi fi