blob: 46f0aba7e3725de385cfec1dfee7522dccf253c1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
diff -urN glib-2.6.3-orig/configure.in glib-2.6.3/configure.in
--- glib-2.6.3-orig/configure.in 2005-02-24 10:23:02.000000000 +0600
+++ glib-2.6.3/configure.in 2005-07-08 19:37:53.000000000 +0700
@@ -245,17 +245,6 @@
AC_MSG_RESULT([yes])
fi
-if test "$glib_native_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
-
dnl Checks for programs.
AC_PROG_CC
|