]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
fix symbol definition check for fcntl.h inclusion
authorYang Tse <yangsita@gmail.com>
Fri, 14 Nov 2008 05:18:08 +0000 (05:18 +0000)
committerYang Tse <yangsita@gmail.com>
Fri, 14 Nov 2008 05:18:08 +0000 (05:18 +0000)
ares/m4/cares-functions.m4
m4/curl-functions.m4

index 66bf9cae69ae69255087f7f58f6fabf9d34359b7..1e9bde9a5171dea853b4343b750104cc2b7791e8 100644 (file)
@@ -16,7 +16,7 @@
 #***************************************************************************
 
 # File version for 'aclocal' use. Keep it a single number.
-# serial 19
+# serial 20
 
 
 dnl CARES_INCLUDES_ARPA_INET
@@ -60,7 +60,7 @@ cares_includes_fcntl="\
 #ifdef HAVE_UNISTD_H
 #  include <unistd.h>
 #endif
-#ifdef HAVE_STROPTS_H
+#ifdef HAVE_FCNTL_H
 #  include <fcntl.h>
 #endif
 /* includes end */"
index 3b902e6b2d3c956ed39598168f12e9c110d341a5..90c7f919498c91bacddcf501cb74428768edf6d6 100644 (file)
@@ -22,7 +22,7 @@
 #***************************************************************************
 
 # File version for 'aclocal' use. Keep it a single number.
-# serial 36
+# serial 37
 
 
 dnl CURL_INCLUDES_ARPA_INET
@@ -66,7 +66,7 @@ curl_includes_fcntl="\
 #ifdef HAVE_UNISTD_H
 #  include <unistd.h>
 #endif
-#ifdef HAVE_STROPTS_H
+#ifdef HAVE_FCNTL_H
 #  include <fcntl.h>
 #endif
 /* includes end */"