1
0
mirror of https://github.com/postgres/postgres.git synced 2026-01-05 23:38:41 +03:00

A tiny patch to fix a typo in configure.in and another one in

RELEASE_CHANGES.

Manfred Koizar
This commit is contained in:
Bruce Momjian
2003-01-11 04:58:44 +00:00
parent ab74a932a3
commit bcf7a35f3c
3 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
dnl $Header: /cvsroot/pgsql/configure.in,v 1.231 2003/01/09 14:34:53 petere Exp $
dnl $Header: /cvsroot/pgsql/configure.in,v 1.232 2003/01/11 04:58:44 momjian Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
@@ -704,7 +704,7 @@ fi
if test "$with_zlib" = yes; then
AC_CHECK_HEADER(zlib.h, [], [AC_MSG_ERROR([zlib header not found
If you have readline already installed, see config.log for details on the
If you have zlib already installed, see config.log for details on the
failure. It is possible the compiler isn't looking in the proper directory.
Use --without-zlib to disable zlib support.])])
fi