23 lines
814 B
Text
23 lines
814 B
Text
--- configure.orig Mon May 7 18:12:27 2001
|
|
+++ configure Thu May 10 13:24:14 2001
|
|
@@ -2365,3 +2365,3 @@
|
|
VFS_CAPPLET_LIBS="`gnome-config --libs gnome gnomeui capplet`"
|
|
- VFS_GLIB_CONFIG="glib-config"
|
|
+ VFS_GLIB_CONFIG="$GLIB_CONFIG"
|
|
else
|
|
@@ -6924,4 +6924,4 @@
|
|
|
|
-echo $ac_n "checking for bzCompressInit in -lbz2""... $ac_c" 1>&6
|
|
-echo "configure:6927: checking for bzCompressInit in -lbz2" >&5
|
|
+echo $ac_n "checking for BZ2_bzCompressInit in -lbz2""... $ac_c" 1>&6
|
|
+echo "configure:6927: checking for BZ2_bzCompressInit in -lbz2" >&5
|
|
ac_lib_var=`echo bz2'_'bzCompressInit | sed 'y%./+-%__p_%'`
|
|
@@ -6938,6 +6938,6 @@
|
|
builtin and then its argument prototype would still apply. */
|
|
-char bzCompressInit();
|
|
+char BZ2_bzCompressInit();
|
|
|
|
int main() {
|
|
-bzCompressInit()
|
|
+BZ2_bzCompressInit()
|
|
; return 0; }
|