Skip to content
Snippets Groups Projects
Commit 91ef6b07 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Small syntax cleanup.

parent 7c97b00e
No related branches found
No related tags found
No related merge requests found
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
dnl $Header: /cvsroot/pgsql/configure.in,v 1.229 2003/01/07 06:37:51 momjian Exp $ dnl $Header: /cvsroot/pgsql/configure.in,v 1.230 2003/01/07 06:43:20 momjian Exp $
dnl dnl
dnl Developers, please strive to achieve this order: dnl Developers, please strive to achieve this order:
dnl dnl
...@@ -788,7 +788,7 @@ AC_CHECK_DECLS(fdatasync, [], [], [#include <unistd.h>]) ...@@ -788,7 +788,7 @@ AC_CHECK_DECLS(fdatasync, [], [], [#include <unistd.h>])
# This exports HAVE_IPV6 to both C files and Makefiles # This exports HAVE_IPV6 to both C files and Makefiles
AC_CHECK_FUNC(getaddrinfo, AC_CHECK_FUNC(getaddrinfo,
[AC_CHECK_MEMBERS([struct sockaddr_in6.sin6_len], [AC_CHECK_MEMBERS(struct sockaddr_in6.sin6_len,
[HAVE_IPV6="yes"; AC_DEFINE(HAVE_IPV6, 1, [])], [], [HAVE_IPV6="yes"; AC_DEFINE(HAVE_IPV6, 1, [])], [],
[#include <sys/socket.h> [#include <sys/socket.h>
#include <netdb.h>])], #include <netdb.h>])],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment