Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit bcf7a35

Browse files
committed
A tiny patch to fix a typo in configure.in and another one in
RELEASE_CHANGES. Manfred Koizar
1 parent ab74a93 commit bcf7a35

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7756,11 +7756,11 @@ if test $ac_cv_header_zlib_h = yes; then
77567756
:
77577757
else
77587758
{ { echo "$as_me:$LINENO: error: zlib header not found
7759-
If you have readline already installed, see config.log for details on the
7759+
If you have zlib already installed, see config.log for details on the
77607760
failure. It is possible the compiler isn't looking in the proper directory.
77617761
Use --without-zlib to disable zlib support." >&5
77627762
echo "$as_me: error: zlib header not found
7763-
If you have readline already installed, see config.log for details on the
7763+
If you have zlib already installed, see config.log for details on the
77647764
failure. It is possible the compiler isn't looking in the proper directory.
77657765
Use --without-zlib to disable zlib support." >&2;}
77667766
{ (exit 1); exit 1; }; }

configure.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
dnl $Header: /cvsroot/pgsql/configure.in,v 1.231 2003/01/09 14:34:53 petere Exp $
2+
dnl $Header: /cvsroot/pgsql/configure.in,v 1.232 2003/01/11 04:58:44 momjian Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -704,7 +704,7 @@ fi
704704

705705
if test "$with_zlib" = yes; then
706706
AC_CHECK_HEADER(zlib.h, [], [AC_MSG_ERROR([zlib header not found
707-
If you have readline already installed, see config.log for details on the
707+
If you have zlib already installed, see config.log for details on the
708708
failure. It is possible the compiler isn't looking in the proper directory.
709709
Use --without-zlib to disable zlib support.])])
710710
fi

src/tools/RELEASE_CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ but are not limited to:
4141

4242
3. Removing a field from a public structure.
4343

44-
3. Adding a field to a public structure, unless steps have been
44+
4. Adding a field to a public structure, unless steps have been
4545
previously taken to shield users from such a change, for example by
4646
such structures only ever being allocated/instantiated by a library
4747
function which would give the new field a suitable default value.

0 commit comments

Comments
 (0)