09941d0a95ec15ca7ce078bd281bc7bf1e67e72c
[fedora-mingw.git] / pango / pango_enable_static_build.patch
1 --- configure.in.orig   2009-02-20 20:37:09.166924103 +0100
2 +++ configure.in        2009-02-20 20:37:20.893924816 +0100
3 @@ -123,16 +123,16 @@
4  AC_LIBTOOL_WIN32_DLL
5  AM_DISABLE_STATIC
6  
7 -if test "$pango_os_win32" = "yes"; then
8 -  if test x$enable_static = xyes -o x$enable_static = x; then
9 -    AC_MSG_WARN([Disabling static library build, must build as DLL on Windows.])
10 -    enable_static=no
11 -  fi
12 -  if test x$enable_shared = xno; then
13 -    AC_MSG_WARN([Enabling shared library build, must build as DLL on Windows.])
14 -  fi
15 -  enable_shared=yes
16 -fi
17 +#if test "$pango_os_win32" = "yes"; then
18 +#  if test x$enable_static = xyes -o x$enable_static = x; then
19 +#    AC_MSG_WARN([Disabling static library build, must build as DLL on Windows.])
20 +#    enable_static=no
21 +#  fi
22 +#  if test x$enable_shared = xno; then
23 +#    AC_MSG_WARN([Enabling shared library build, must build as DLL on Windows.])
24 +#  fi
25 +#  enable_shared=yes
26 +#fi
27  
28  AM_PROG_LIBTOOL
29  dnl when using libtool 2.x create libtool early, because it's used in configure