aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
parente26f01c28f5d91a9cc6dbca8af49b6bbc526ef8e (diff)
downloadsmap-1186734a21e8196a90ee42f423078d575543bd35.tar.gz
smap-1186734a21e8196a90ee42f423078d575543bd35.tar.bz2
Minor fix.
Diffstat (limited to 'configure.ac')
-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.