summaryrefslogtreecommitdiff
path: root/m4/cares-functions.m4
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-11-14 05:18:08 +0000
committerYang Tse <yangsita@gmail.com>2008-11-14 05:18:08 +0000
commit72cd52972b5622e217b205cb004211a9575ba266 (patch)
treeb9954079886a23048e27fd324dcb723cf411d6c4 /m4/cares-functions.m4
parent65cafbe1095ade9d5632188a058f321372a77d55 (diff)
downloadc-ares-72cd52972b5622e217b205cb004211a9575ba266.tar.gz
c-ares-72cd52972b5622e217b205cb004211a9575ba266.tar.bz2
c-ares-72cd52972b5622e217b205cb004211a9575ba266.zip
fix symbol definition check for fcntl.h inclusion
Diffstat (limited to 'm4/cares-functions.m4')
-rw-r--r--m4/cares-functions.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/cares-functions.m4 b/m4/cares-functions.m4
index 66bf9ca..1e9bde9 100644
--- a/m4/cares-functions.m4
+++ b/m4/cares-functions.m4
@@ -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 */"