|
|
|
@ -1,5 +1,5 @@ |
|
|
|
|
dnl Process this file with autoconf to produce a configure script. |
|
|
|
|
dnl $Header: /cvsroot/pgsql/configure.in,v 1.278 2003/08/07 21:11:57 tgl Exp $ |
|
|
|
|
dnl $Header: /cvsroot/pgsql/configure.in,v 1.279 2003/08/07 21:38:55 tgl Exp $ |
|
|
|
|
dnl |
|
|
|
|
dnl Developers, please strive to achieve this order: |
|
|
|
|
dnl |
|
|
|
@ -782,7 +782,7 @@ AC_CHECK_TYPES([struct cmsgcred, struct fcred, struct sockcred], [], [], |
|
|
|
|
|
|
|
|
|
AC_CHECK_TYPES([struct option], [], [], |
|
|
|
|
[#ifdef HAVE_GETOPT_H |
|
|
|
|
include <getopt.h> |
|
|
|
|
#include <getopt.h> |
|
|
|
|
#endif]) |
|
|
|
|
|
|
|
|
|
if test "$with_zlib" = yes; then |
|
|
|
|