Update configure.ac

This commit is contained in:
Michael 2015-05-02 01:12:22 +10:00
parent 095741cd9c
commit bd795d6f7a

View File

@ -266,8 +266,8 @@ case "${host_os}" in
AC_MSG_ERROR([Building static libraries is not supported under MinGW32]) AC_MSG_ERROR([Building static libraries is not supported under MinGW32])
fi fi
# Additional for windows to set FD_SETSIZE to a larger number # Additional for windows to set FD_SETSIZE to a larger number
CPPFLAGS=" -DFD_SETSIZE=1024 $CPPFLAGS" CPPFLAGS=" -DFD_SETSIZE=1024 $CPPFLAGS"
;; ;;
*cygwin*) *cygwin*)
# Define on Cygwin to enable all library features # Define on Cygwin to enable all library features