Blob Blame History Raw
--- configure.in.orig	2009-03-08 17:44:05.697993414 +0100
+++ configure.in	2009-03-08 17:44:14.634993047 +0100
@@ -171,16 +171,16 @@
 CXXFLAGS="$gtk_save_cxxflags"
 AC_LANG_RESTORE
 
-if test "$os_win32" = "yes"; then
-  if test x$enable_static = xyes -o x$enable_static = x; then
-    AC_MSG_WARN([Disabling static library build, must build as DLL on Windows.])
-    enable_static=no
-  fi
-  if test x$enable_shared = xno; then
-    AC_MSG_WARN([Enabling shared library build, must build as DLL on Windows.])
-  fi
-  enable_shared=yes
-fi
+#if test "$os_win32" = "yes"; then
+#  if test x$enable_static = xyes -o x$enable_static = x; then
+#    AC_MSG_WARN([Disabling static library build, must build as DLL on Windows.])
+#    enable_static=no
+#  fi
+#  if test x$enable_shared = xno; then
+#    AC_MSG_WARN([Enabling shared library build, must build as DLL on Windows.])
+#  fi
+#  enable_shared=yes
+#fi
 
 AC_LIBTOOL_WIN32_DLL
 AM_PROG_LIBTOOL