fix symbol definition check for fcntl.h inclusion

This commit is contained in:
Yang Tse
2008-11-14 05:18:08 +00:00
parent f9f211d2c6
commit 4b486ebbc1
2 changed files with 4 additions and 4 deletions

View 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 */"