Fix mishandling of --without-samba due to a typo.
authorPavel Roskin <proskin@src.gnome.org>
Tue, 30 Jan 2001 17:39:59 +0000 (17:39 +0000)
committerPavel Roskin <proskin@src.gnome.org>
Tue, 30 Jan 2001 17:39:59 +0000 (17:39 +0000)
* macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
--without-samba due to a typo.

svn path=/trunk/; revision=1542

macros/gnome-vfs.m4

index 137a39d..8ca361f 100644 (file)
@@ -60,7 +60,7 @@ AC_DEFUN([GNOME_WITH_VFS],[
   SAMBAFILES=""
   AC_ARG_WITH(samba,
          [--with-samba             Support smb virtual file system],[
-         if test "x$withval != xno"; then
+         if test "x$withval" != "xno"; then
                  AC_DEFINE(WITH_SMBFS)
                  vfs_flags="$vfs_flags, smbfs"
                  smbfs="smbfs.o"