Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit91ef6b0

Browse files
committed
Small syntax cleanup.
1 parent7c97b00 commit91ef6b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎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.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 $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -788,7 +788,7 @@ AC_CHECK_DECLS(fdatasync, [], [], [#include <unistd.h>])
788788

789789
# This exports HAVE_IPV6 to both C files and Makefiles
790790
AC_CHECK_FUNC(getaddrinfo,
791-
[AC_CHECK_MEMBERS([struct sockaddr_in6.sin6_len],
791+
[AC_CHECK_MEMBERS(struct sockaddr_in6.sin6_len,
792792
[HAVE_IPV6="yes"; AC_DEFINE(HAVE_IPV6, 1, [])], [],
793793
[#include <sys/socket.h>
794794
#include <netdb.h>])],

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp