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
@@ -147,7 +147,7 @@ AC_ARG_WITH([postgres],
147 [status_postgres=maybe]) 147 [status_postgres=maybe])
148 148
149AC_SUBST(POSTGRES_LIBS) 149AC_SUBST(POSTGRES_LIBS)
150if test $status_mailutils != no; then 150if test $status_postgres != no; then
151 MU_CHECK_LIB(pq, PQconnectStart, [], 151 MU_CHECK_LIB(pq, PQconnectStart, [],
152 [ POSTGRES_LIBS=$mu_cv_lib_pq 152 [ POSTGRES_LIBS=$mu_cv_lib_pq
153 status_postgres=yes ], 153 status_postgres=yes ],

Return to:

Send suggestions and report system problems to the System administrator.