inkscape/inkscape-0.42-GC-check.patch

22 lines
761 B
Diff
Raw Normal View History

diff -Nur inkscape-0.42-orig/configure inkscape-0.42/configure
--- inkscape-0.42-orig/configure 2005-07-25 07:25:35.000000000 +0200
2005-08-18 21:56:51 +00:00
+++ inkscape-0.42/configure 2005-08-18 23:55:52.000000000 +0200
@@ -23003,7 +23003,7 @@
gc_ok=no
fi
- gc_libs="-lpthread"
2006-01-17 00:40:50 +00:00
+ gc_libs=""
echo "$as_me:$LINENO: checking for GC_malloc in -lgc" >&5
echo $ECHO_N "checking for GC_malloc in -lgc... $ECHO_C" >&6
if test "${ac_cv_lib_gc_GC_malloc+set}" = set; then
2005-08-18 21:56:51 +00:00
@@ -23147,7 +23147,7 @@
gc_ok=no
fi
- gc_libs="-lpthread $lt_cv_dlopen_libs"
2006-01-17 00:40:50 +00:00
+ gc_libs="$lt_cv_dlopen_libs"
2005-08-18 21:56:51 +00:00
echo "$as_me:$LINENO: checking for GC_free in -lgc" >&5
echo $ECHO_N "checking for GC_free in -lgc... $ECHO_C" >&6
if test "${ac_cv_lib_gc_GC_free+set}" = set; then