;;
esac
+dnl support building of Windows DLLs
AC_LIBTOOL_WIN32_DLL
dnl ************************************************************
AC_MSG_RESULT(no)
)
+dnl skip libtool C++ and Fortran checks
+m4_undefine([AC_PROG_CXX])
+m4_defun([AC_PROG_CXX],[])
+m4_undefine([AC_PROG_F77])
+m4_defun([AC_PROG_F77],[])
+
dnl libtool setup
-CARES_CLEAR_LIBTOOL_TAGS
AC_PROG_LIBTOOL
AC_MSG_CHECKING([if we need -no-undefined])
dnl check for how to do large files
AC_SYS_LARGEFILE
-dnl check for cygwin stuff
+dnl support building of Windows DLLs
AC_LIBTOOL_WIN32_DLL
+dnl skip libtool C++ and Fortran checks
+m4_undefine([AC_PROG_CXX])
+m4_defun([AC_PROG_CXX],[])
+m4_undefine([AC_PROG_F77])
+m4_defun([AC_PROG_F77],[])
+
dnl libtool setup
AC_PROG_LIBTOOL