Ticket #10838: patch-configure

File patch-configure, 994 bytes (added by 0xced (Cédric Luthi), 18 years ago)

configure patch file

Line 
1--- configure.orig      2006-10-06 14:29:40.000000000 +0200
2+++ configure   2006-10-06 15:47:22.000000000 +0200
3@@ -677,7 +677,7 @@
4 else
5   # Double any \ or $.  echo might interpret backslashes.
6   cat <<\EOF_SED > conftestsed
7-s,\\,\\\\,g; s,\$,$$,g
8+s,\\,\\\\,g;
9 EOF_SED
10   program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
11   rm -f conftestsed
12@@ -1095,7 +1095,7 @@
13   withval="$with_libxml_prefix"
14   LIBXML_PREFIX=$withval
15         LIBXML_CFLAGS="-I$withval/include/libxml2 -I$withval/include/libxml"
16-        LIBXML_LIBS="$withval/lib/libxml2.a -lz -lm -lpthread -ldl"
17+        LIBXML_LIBS="$withval/lib/libxml2.dylib"
18 
19 fi
20 
21@@ -1144,7 +1144,7 @@
22   withval="$with_libxslt_prefix"
23   LIBXSLT_PREFIX=$withval
24         LIBXSLT_CFLAGS="-I$withval/include/libxslt -I$withval/include/libexslt"
25-        LIBXSLT_LIBS="$withval/lib/libxslt.a $withval/lib/libexslt.a -lz -lm -lpthread"
26+        LIBXSLT_LIBS="$withval/lib/libxslt.dylib $withval/lib/libexslt.dylib"
27 
28 fi
29