aboutsummaryrefslogtreecommitdiff
path: root/devel/gnomevfs/files/patch-aa
blob: 9db3569cb11cc84a56c8f1d1c48e9c8c1442273e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- 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; }