aboutsummaryrefslogtreecommitdiff
blob: 29e74d14ef7c1ab74eeb5a60f6bce6198e1b7eb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -urN gettext-0.15.orig/gettext-tools/src/x-glade.c gettext-0.15/gettext-tools/src/x-glade.c
--- gettext-0.15.orig/gettext-tools/src/x-glade.c	2006-09-03 22:38:01.000000000 -0700
+++ gettext-0.15/gettext-tools/src/x-glade.c	2006-09-03 22:38:14.000000000 -0700
@@ -157,7 +157,7 @@
       void *handle;
       /* Be careful to use exactly the version of libexpat that matches the
 	 binary interface declared in <expat.h>.  */
-#if XML_MAJOR_VERSION >= 2
+#if 1
       handle = dlopen ("libexpat.so.1", RTLD_LAZY);
 #else
       handle = dlopen ("libexpat.so.0", RTLD_LAZY);