[pango] Bug 733137 - Don't force no static builds on Win32



commit 25ddf43c0185e3c7935414618bd21aee0c35dfe2
Author: Behdad Esfahbod <behdad behdad org>
Date:   Mon Jul 14 12:53:12 2014 -0400

    Bug 733137 - Don't force no static builds on Win32

 configure.ac |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 34e64a5..34e0eb9 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])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]