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

Commit3177353

Browse files
committed
Fix typo.
1 parent33ab177 commit3177353

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10388,7 +10388,7 @@ else
1038810388
#line $LINENO "configure"
1038910389
#include "confdefs.h"
1039010390
#ifdef HAVE_GETOPT_H
10391-
include <getopt.h>
10391+
#include <getopt.h>
1039210392
#endif
1039310393

1039410394
#ifdef F77_DUMMY_MAIN

‎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.278 2003/08/07 21:11:57 tgl Exp $
2+
dnl $Header: /cvsroot/pgsql/configure.in,v 1.279 2003/08/07 21:38:55 tgl Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -782,7 +782,7 @@ AC_CHECK_TYPES([struct cmsgcred, struct fcred, struct sockcred], [], [],
782782

783783
AC_CHECK_TYPES([struct option], [], [],
784784
[#ifdef HAVE_GETOPT_H
785-
include <getopt.h>
785+
#include <getopt.h>
786786
#endif])
787787

788788
if test "$with_zlib" = yes; then

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp