summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-07-05 23:13:57 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-07-05 23:13:57 +0000
commitc19aa704c84e660c73fb45e0d3f38d0840f17823 (patch)
tree8a51d3894d1c2fe50316c4d88c74c15d485b0e0b /configure.in
parentd22a3727a5f8bd19f4443713b19908367e4181b8 (diff)
downloadpostgresql-c19aa704c84e660c73fb45e0d3f38d0840f17823.tar.gz
Fix contrib/pgcrypto to autoconfigure for OpenSSL when --with-openssl
is used in the toplevel configure. Per Marko Kreen.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 2b3d72b895..9679b24b8f 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-dnl $PostgreSQL: pgsql/configure.in,v 1.415 2005/07/03 18:54:26 petere Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.416 2005/07/05 23:13:57 tgl Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
@@ -500,6 +500,7 @@ fi
#
PGAC_ARG_BOOL(with, zlib, yes,
[ --without-zlib do not use Zlib])
+AC_SUBST(with_zlib)
#
# Elf