mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +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:
4
configure
vendored
4
configure
vendored
@ -7756,11 +7756,11 @@ if test $ac_cv_header_zlib_h = yes; then
|
||||
:
|
||||
else
|
||||
{ { echo "$as_me:$LINENO: 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." >&5
|
||||
echo "$as_me: 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." >&2;}
|
||||
{ (exit 1); exit 1; }; }
|
||||
|
Reference in New Issue
Block a user