was set to the opposite of what it should be.
* configure.in (AC_LIBTOOL_WIN32_DLL): Call to this macro is
required for libtool configury to test lt_cv_need_dllmain on
Windows.
2000-01-14 Gary V. Vaughan <gary@oranda.demon.co.uk>
+ * libtool,m4 (AC_LIBTOOL_SETUP): The result of lt_cv_need_dllmain
+ was set to the opposite of what it should be.
+ * configure.in (AC_LIBTOOL_WIN32_DLL): Call to this macro is
+ required for libtool configury to test lt_cv_need_dllmain on
+ Windows.
+
* ltconfig.in (opt_cr, mingw*): replace unescaped ? with correctly
escaped and portable \{0,1\} in sed expression.
dnl For the `lineno' script (which puts line numbers into `ltconfig').
AC_PROG_AWK
+dnl Check for win32 dll support
+AC_LIBTOOL_WIN32_DLL
+
dnl Check for dlopen support
AC_LIBTOOL_DLOPEN
AC_LIBTOOL_SETUP
[AC_TRY_LINK([],
[extern int __attribute__((__stdcall__)) DllMain(void*, int, void*);
DllMain (0, 0, 0);],
- [lt_cv_need_dllmain=yes],[lt_cv_need_dllmain=no])])
+ [lt_cv_need_dllmain=no],[lt_cv_need_dllmain=yes])])
case "$lt_target/$CC" in
*-*-cygwin*/gcc*-mno-cygwin*|*-*-mingw*)