Ticket #797: patch-configure

File patch-configure, 455 bytes (added by jcorley1@…, 21 years ago)

new configure patch (not a patch to the original patch since that would get messy)

Line 
1--- configure.orig      Sat Aug 16 23:38:36 2003
2+++ configure   Sat Aug 16 23:38:50 2003
3@@ -10235,7 +10235,7 @@
4     expat_libs="-lexpat"
5     expat_libtool="$abs_expatdir/lib64/libexpat.la"
6   elif test -r "$abs_expatdir/include/expat.h" -a \
7-    -r "$abs_expatdir/lib/libexpat.a"; then
8+    -r "$abs_expatdir/lib/libexpat.dylib"; then
9             expat_include_dir="$abs_expatdir/include"
10     expat_ldflags="-L$abs_expatdir/lib"
11     expat_libs="-lexpat"