]> granicus.if.org Git - postgresql/commitdiff
Fix typo.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 7 Aug 2003 21:38:55 +0000 (21:38 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 7 Aug 2003 21:38:55 +0000 (21:38 +0000)
configure
configure.in

index ea4876c96478c25423a998a2ccbd21f455f67710..75948fc3d09117518a8d10f7e480f18da2070027 100755 (executable)
--- a/configure
+++ b/configure
@@ -10388,7 +10388,7 @@ else
 #line $LINENO "configure"
 #include "confdefs.h"
 #ifdef HAVE_GETOPT_H
-include <getopt.h>
+#include <getopt.h>
 #endif
 
 #ifdef F77_DUMMY_MAIN
index 19056138843f379ff6dbab9a5893a8f3514509be..ae683fb266d83e5973377d7953027f4b977c278a 100644 (file)
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-dnl $Header: /cvsroot/pgsql/configure.in,v 1.278 2003/08/07 21:11:57 tgl Exp $
+dnl $Header: /cvsroot/pgsql/configure.in,v 1.279 2003/08/07 21:38:55 tgl Exp $
 dnl
 dnl Developers, please strive to achieve this order:
 dnl
@@ -782,7 +782,7 @@ AC_CHECK_TYPES([struct cmsgcred, struct fcred, struct sockcred], [], [],
 
 AC_CHECK_TYPES([struct option], [], [],
 [#ifdef HAVE_GETOPT_H
-include <getopt.h>
+#include <getopt.h>
 #endif])
 
 if test "$with_zlib" = yes; then