summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 418b597..8ba09cb 100644
--- a/configure.in
+++ b/configure.in
@@ -181,7 +181,7 @@ AC_ARG_WITH(pgsql,
181 [sets path to pgsql installation]), 181 [sets path to pgsql installation]),
182 PGSQL=$withval,) 182 PGSQL=$withval,)
183AC_CHECK_LIB(crypt,main) 183AC_CHECK_LIB(crypt,main)
184if test "$ac_cv_lib_crypt_main" = "yes"; then 184if test "$ac_cv_lib_crypt_main" = "yes" -a "x$PGSQL" != "xno"; then
185 if test -n "$PGSQL"; then 185 if test -n "$PGSQL"; then
186 LDFLAGS="$LDFLAGS -L$PGSQL/lib" 186 LDFLAGS="$LDFLAGS -L$PGSQL/lib"
187 CPPFLAGS="$CPPFLAGS -I$PGSQL/include" 187 CPPFLAGS="$CPPFLAGS -I$PGSQL/include"