1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Fix contrib/pgcrypto to autoconfigure for OpenSSL when --with-openssl

is used in the toplevel configure.  Per Marko Kreen.
This commit is contained in:
Tom Lane
2005-07-05 23:13:57 +00:00
parent d22a3727a5
commit c19aa704c8
4 changed files with 34 additions and 57 deletions

View File

@ -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