From 4b486ebbc1f578af786333cde4e22e3d56c41622 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 14 Nov 2008 05:18:08 +0000 Subject: fix symbol definition check for fcntl.h inclusion --- ares/m4/cares-functions.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ares/m4/cares-functions.m4') diff --git a/ares/m4/cares-functions.m4 b/ares/m4/cares-functions.m4 index 66bf9cae6..1e9bde9a5 100644 --- a/ares/m4/cares-functions.m4 +++ b/ares/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 #endif -#ifdef HAVE_STROPTS_H +#ifdef HAVE_FCNTL_H # include #endif /* includes end */" -- cgit v1.2.3