summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index a3448727f96..023bafb52d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -428,12 +428,6 @@ AS_IF([test "$ac_cv_header_dirent_dirent_h" = yes ||
dnl Check for sys/wait.h Posix.1 compliance
AC_HEADER_SYS_WAIT
-AS_IF([test "$ac_cv_cygwin" = yes],
- [
- AC_CHECK_HEADER([cygwin32/socket.h],
- [AC_DEFINE([ACE_HAS_CYGWIN32_SOCKET_H])],)
- ],[])
-
AC_CHECK_HEADER([dlfcn.h],
[
dnl We already checked for dlopen in the previous library checks however,