From 25ddf43c0185e3c7935414618bd21aee0c35dfe2 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 14 Jul 2014 12:53:12 -0400 Subject: Bug 733137 - Don't force no static builds on Win32 --- configure.ac | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 34e64a5c..34e0eb9b 100644 --- a/configure.ac +++ b/configure.ac @@ -145,17 +145,6 @@ AC_CHECK_HEADERS(unistd.h sys/mman.h) AC_LIBTOOL_WIN32_DLL AM_DISABLE_STATIC -if test "$pango_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 - AM_PROG_LIBTOOL dnl when using libtool 2.x create libtool early, because it's used in configure m4_ifdef([LT_OUTPUT], [LT_OUTPUT]) -- cgit v1.2.1