|
1 | 1 | dnl Process this file with autoconf to produce a configure script. |
2 | | -dnl $Header: /cvsroot/pgsql/configure.in,v 1.229 2003/01/07 06:37:51 momjian Exp $ |
| 2 | +dnl $Header: /cvsroot/pgsql/configure.in,v 1.230 2003/01/07 06:43:20 momjian Exp $ |
3 | 3 | dnl |
4 | 4 | dnl Developers, please strive to achieve this order: |
5 | 5 | dnl |
@@ -788,7 +788,7 @@ AC_CHECK_DECLS(fdatasync, [], [], [#include <unistd.h>]) |
788 | 788 |
|
789 | 789 | # This exports HAVE_IPV6 to both C files and Makefiles |
790 | 790 | AC_CHECK_FUNC(getaddrinfo, |
791 | | - [AC_CHECK_MEMBERS([struct sockaddr_in6.sin6_len], |
| 791 | + [AC_CHECK_MEMBERS(struct sockaddr_in6.sin6_len, |
792 | 792 | [HAVE_IPV6="yes"; AC_DEFINE(HAVE_IPV6, 1, [])], [], |
793 | 793 | [#include <sys/socket.h> |
794 | 794 | #include <netdb.h>])], |
|