typo in configure.in on --with-vfs
- From: Mike Markley <mike markley org>
- To: gnome-pilot-list gnome org
- Subject: typo in configure.in on --with-vfs
- Date: Fri, 6 Dec 2002 14:18:51 -0800
Haven't seen this posted, so here it is. Exceedingly minor, just
characters transposed in --with-vfs (probably $enableval could be
used as well, but somehow $withval just looks better to me with a
--with-foo).
--
Mike Markley <mike markley org>
GPG: 0x3B047084 7FC7 0DC0 EF31 DF83 7313 FE2B 77A8 F36A 3B04 7084
This restaurant was advertising breakfast any time. So I ordered
french toast in the renaissance.
- Steven Wright
--- configure.in.orig 2002-09-28 17:49:05.000000000 -0700
+++ configure.in 2002-09-28 17:51:02.000000000 -0700
@@ -180,7 +180,7 @@
dnl Whether to use VFS
dnl ******************************
-AC_ARG_WITH(vfs, [ --with-vfs Enable GNOME vfs.], [do_vfs=$enblaval], [do_vfs=yes])
+AC_ARG_WITH(vfs, [ --with-vfs Enable GNOME vfs.], [do_vfs=$withval], [do_vfs=yes])
if test x"$do_vfs" = xyes; then
AC_MSG_CHECKING([for gnome-vfs])
if $GNOME_CONFIG --libs vfs > /dev/null 2>&1; then
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]