aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-07-03 14:03:10 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2012-07-03 14:03:10 +0300
commit1186734a21e8196a90ee42f423078d575543bd35 (patch)
treeb0807a0702d6d94f1f186009746bda3049915505
parente26f01c28f5d91a9cc6dbca8af49b6bbc526ef8e (diff)
downloadsmap-1186734a21e8196a90ee42f423078d575543bd35.tar.gz
smap-1186734a21e8196a90ee42f423078d575543bd35.tar.bz2
Minor fix.
-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
@@ -144,13 +144,13 @@ AC_ARG_WITH([postgres],
AC_HELP_STRING([--with-postgres],
[build postgres module]),
[status_postgres=${withval}],
[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 ],
[ if test $status_postgres = yes; then
AC_MSG_FAILURE([the requested library libpq is not found or is unusable])
fi

Return to:

Send suggestions and report system problems to the System administrator.