X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=configure.ac;h=e41971bfc26f11173138513cc4c39badb315bc52;hb=321e011925f486709cadd1ab873e8847fc84cbca;hp=4cbf68afdd9b7f5ac2f1dbc504d6b6b008196328;hpb=523633cb1b66234daa431f71278041f511046f00;p=onak.git 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