2000-07-05 22:01:40 +00:00
|
|
|
--- configure.orig Mon Jul 3 19:03:42 2000
|
|
|
|
+++ configure Wed Jul 5 14:42:17 2000
|
|
|
|
@@ -2204,7 +2204,7 @@
|
2000-06-29 19:28:06 +00:00
|
|
|
# Check whether --enable-gconf or --disable-gconf was given.
|
|
|
|
if test "${enable_gconf+set}" = set; then
|
|
|
|
enableval="$enable_gconf"
|
|
|
|
- gconf_enabled="yes"
|
|
|
|
+ gconf_enabled="$enableval"
|
|
|
|
fi
|
|
|
|
|
2000-07-05 22:01:40 +00:00
|
|
|
# Check whether --enable-libefs or --disable-libefs was given.
|
|
|
|
@@ -5924,7 +5924,7 @@
|
2000-06-29 19:28:06 +00:00
|
|
|
VFSPTHREAD_LIBDIR='-L${libdir}'
|
2000-07-05 22:01:40 +00:00
|
|
|
VFSPTHREAD_INCLUDEDIR='-I${includedir} -I${libdir}/vfs/include'
|
2000-06-29 19:28:06 +00:00
|
|
|
VFSPTHREAD_INCLUDEDIR="$VFSPTHREAD_INCLUDEDIR `gnome-config --cflags gnome`"
|
|
|
|
-VFSPTHREAD_LIBS="-lgnomevfs -lgnomevfs-pthread `gnome-config --libs gnome` `glib-config --libs gthread`"
|
|
|
|
+VFSPTHREAD_LIBS="-lgnomevfs -lgnomevfs-pthread `gnome-config --libs gnome` `$GLIB_CONFIG --libs gthread`"
|
|
|
|
|
|
|
|
|
|
|
|
|
2000-07-05 22:01:40 +00:00
|
|
|
@@ -5937,9 +5937,9 @@
|
2000-06-29 19:28:06 +00:00
|
|
|
EOF
|
|
|
|
|
|
|
|
|
|
|
|
-VFS_LIBS="-lgnomevfs `glib-config --libs gthread gmodule`"
|
|
|
|
+VFS_LIBS="-lgnomevfs `$GLIB_CONFIG --libs gthread gmodule`"
|
|
|
|
VFS_LIBDIR='-L${libdir}'
|
2000-07-05 22:01:40 +00:00
|
|
|
-VFS_INCLUDEDIR='-I${includedir} -I${libdir}/vfs/include'" `glib-config --cflags gthread gmodule`"
|
|
|
|
+VFS_INCLUDEDIR='-I${includedir} -I${libdir}/vfs/include'" `$GLIB_CONFIG --cflags gthread gmodule`"
|
2000-06-29 19:28:06 +00:00
|
|
|
|
|
|
|
|
|
|
|
|