aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3722c75..0a4f06c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -147,7 +147,7 @@ AC_ARG_WITH([postgres],
[status_postgres=maybe])
AC_SUBST(POSTGRES_LIBS)
-if test $status_mailutils != no; then
+if test $status_postgres != no; then
MU_CHECK_LIB(pq, PQconnectStart, [],
[ POSTGRES_LIBS=$mu_cv_lib_pq
status_postgres=yes ],

Return to:

Send suggestions and report system problems to the System administrator.