aboutsummaryrefslogtreecommitdiffstats
path: root/extras/glib-static-win32.patch
diff options
context:
space:
mode:
authoryaworsky <yaworsky>2005-09-16 08:33:41 +0000
committeryaworsky <yaworsky>2005-09-16 08:33:41 +0000
commita2c534419863b2c09fd122d8d1ef6769398f7cf0 (patch)
treec58907db78a04c9d4fae9999651e1a7293cf38f1 /extras/glib-static-win32.patch
parent7875bee3ddfd14f2128540609519306742a78dec (diff)
downloadsyslog-win32-a2c534419863b2c09fd122d8d1ef6769398f7cf0.tar.gz
syslog-win32-a2c534419863b2c09fd122d8d1ef6769398f7cf0.tar.xz
syslog-win32-a2c534419863b2c09fd122d8d1ef6769398f7cf0.zip
Added to repository.
Diffstat (limited to 'extras/glib-static-win32.patch')
-rw-r--r--extras/glib-static-win32.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/extras/glib-static-win32.patch b/extras/glib-static-win32.patch
new file mode 100644
index 0000000..46f0aba
--- /dev/null
+++ b/extras/glib-static-win32.patch
@@ -0,0 +1,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
+