File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7756,11 +7756,11 @@ if test $ac_cv_header_zlib_h = yes; then
7756
7756
:
7757
7757
else
7758
7758
{ { 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
7760
7760
failure. It is possible the compiler isn't looking in the proper directory.
7761
7761
Use --without-zlib to disable zlib support." >&5
7762
7762
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
7764
7764
failure. It is possible the compiler isn't looking in the proper directory.
7765
7765
Use --without-zlib to disable zlib support." >&2 ; }
7766
7766
{ (exit 1); exit 1; }; }
Original file line number Diff line number Diff line change 1
1
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 $
3
3
dnl
4
4
dnl Developers, please strive to achieve this order:
5
5
dnl
704
704
705
705
if test "$with_zlib" = yes; then
706
706
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
708
708
failure. It is possible the compiler isn't looking in the proper directory.
709
709
Use --without-zlib to disable zlib support.])])
710
710
fi
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ but are not limited to:
41
41
42
42
3. Removing a field from a public structure.
43
43
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
45
45
previously taken to shield users from such a change, for example by
46
46
such structures only ever being allocated/instantiated by a library
47
47
function which would give the new field a suitable default value.
You can’t perform that action at this time.
0 commit comments