e3f8590
diff -rupN --no-dereference gtk+-2.24.33/configure gtk+-2.24.33-new/configure
e3f8590
--- gtk+-2.24.33/configure	2020-12-21 02:10:42.000000000 +0100
e3f8590
+++ gtk+-2.24.33-new/configure	2021-01-05 15:57:58.931712931 +0100
e3f8590
@@ -5253,19 +5253,6 @@ ac_link='$CC -o conftest$ac_exeext $CFLA
789f303
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
789f303
 
9eff8b6
 
789f303
-if test "$os_win32" = "yes"; then
789f303
-  if test x$enable_static = xyes -o x$enable_static = x; then
9eff8b6
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Disabling static library build, must build as DLL on Windows." >&5
789f303
-$as_echo "$as_me: WARNING: Disabling static library build, must build as DLL on Windows." >&2;}
789f303
-    enable_static=no
789f303
-  fi
789f303
-  if test x$enable_shared = xno; then
9eff8b6
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Enabling shared library build, must build as DLL on Windows." >&5
789f303
-$as_echo "$as_me: WARNING: Enabling shared library build, must build as DLL on Windows." >&2;}
789f303
-  fi
789f303
-  enable_shared=yes
789f303
-fi
789f303
-
789f303
 enable_win32_dll=yes
789f303
 
789f303
 case $host in