]> granicus.if.org Git - python/commitdiff
Patch #732479: Fix typos.
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 5 May 2003 22:00:11 +0000 (22:00 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 5 May 2003 22:00:11 +0000 (22:00 +0000)
configure
configure.in

index 31f7ae63a268e77ac61a0f42cc2b8fd1216d3d86..952b430e84b34b7467415046ce27a373582a1b49 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.406 .
+# From configure.in Revision: 1.407 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.53 for python 2.3.
 #
@@ -12824,6 +12824,7 @@ cat >conftest.$ac_ext <<_ACEOF
 #include "confdefs.h"
 
 #include "confdefs.h"
+#include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
@@ -12877,7 +12878,7 @@ cat >conftest.$ac_ext <<_ACEOF
 #include "confdefs.h"
 
 #include "confdefs.h"
-#include <unistd.h.h>
+#include <unistd.h>
 
 #ifdef F77_DUMMY_MAIN
 #  ifdef __cplusplus
index 5918bb0feaf570e302abcb7d9d47526f82bcfcd6..3e37381ab835458b2c5a898e2e9867c585cc9cd8 100644 (file)
@@ -2003,6 +2003,7 @@ AC_TRY_LINK([
 AC_MSG_CHECKING(for inet_pton)
 AC_TRY_COMPILE([
 #include "confdefs.h" 
+#include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
@@ -2015,7 +2016,7 @@ AC_TRY_COMPILE([
 AC_MSG_CHECKING(for setgroups)
 AC_TRY_COMPILE([
 #include "confdefs.h" 
-#include <unistd.h.h>
+#include <unistd.h>
 ], 
 void* p = setgroups,
   AC_DEFINE(HAVE_SETGROUPS, 1, Define if you have the 'setgroups' function.)