(Another) commit for gnome-vfs HEAD
- From: Peter Williams <peter newton cx>
- To: gnome-vfs ximian com
- Cc: gnome-2-0-list gnome org
- Subject: (Another) commit for gnome-vfs HEAD
- Date: 20 Jun 2001 11:30:43 -0400
Hi everyone,
This patch fixes an error in the GNOME platform autodetection code in
configure.in in gnome-vfs HEAD.
Peter
--
Peter Williams peter newton cx / peterw ximian com
"Why should I have to change my name? He's the one who
sucks!" -- Michael Bolton
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/gnome-vfs/ChangeLog,v
retrieving revision 1.1034
diff -u -r1.1034 ChangeLog
--- ChangeLog 2001/06/20 15:13:42 1.1034
+++ ChangeLog 2001/06/20 15:23:25
@@ -1,3 +1,8 @@
+2001-06-20 Peter Williams <peterw ximian com>
+
+ * configure.in (autodetected_gnome_2): Fix a syntax error in the test
+ expression.
+
2001-06-19 Peter Williams <peterw ximian com>
* gnome-vfs-2.0.pc.in (prefix): Fix totally
Index: configure.in
===================================================================
RCS file: /cvs/gnome/gnome-vfs/configure.in,v
retrieving revision 1.113
diff -u -r1.113 configure.in
--- configure.in 2001/06/15 14:37:53 1.113
+++ configure.in 2001/06/20 15:23:25
@@ -25,7 +25,7 @@
GNOME_REQUIRE_PKGCONFIG
echo "Trying to autodetect GNOME Platform; give configure the --enable-platform-gnome-2 or --disable-platform-gnome-2 argument to override."
$PKG_CONFIG --exists oaf-2.0 > /dev/null 2>&1
-if test $? == 0 ; then
+if test x"$?" = x0 ; then
autodetected_gnome_2=yes
echo "Autodetected GNOME 2.0 Platform."
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]