fix symbol definition check for fcntl.h inclusion

pull/1/head
Yang Tse 16 years ago
parent 65cafbe109
commit 72cd52972b
  1. 4
      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 */"

Loading…
Cancel
Save