2012-08-17 08:12:49 -07:00
|
|
|
diff --git a/glib/configure.ac b/glib/configure.ac
|
2012-08-21 06:32:16 -07:00
|
|
|
index 67fa762..5495c75 100644
|
2012-08-17 08:12:49 -07:00
|
|
|
--- a/glib/configure.ac
|
|
|
|
|
+++ b/glib/configure.ac
|
2012-08-21 06:32:16 -07:00
|
|
|
@@ -485,6 +485,11 @@ case $with_libiconv in
|
|
|
|
|
;;
|
|
|
|
|
esac
|
2012-08-17 08:12:49 -07:00
|
|
|
|
2012-08-21 06:32:16 -07:00
|
|
|
+dnl Ensure we do a static-only build. This really only matters on Windows,
|
|
|
|
|
+dnl but it's safer to do it for all platforms.
|
|
|
|
|
+enable_static=yes
|
|
|
|
|
+enable_shared=no
|
|
|
|
|
+
|
2012-08-17 08:12:49 -07:00
|
|
|
dnl Initialize libtool
|
|
|
|
|
LT_PREREQ([2.2])
|
2012-08-21 06:32:16 -07:00
|
|
|
LT_INIT([disable-static win32-dll])
|