X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/523633cb1b66234daa431f71278041f511046f00..321e011925f486709cadd1ab873e8847fc84cbca:/configure.ac 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