Skip to content

Commit 3177353

Browse files
committed
Fix typo.
1 parent 33ab177 commit 3177353

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy