From c721c723cf9c1ecc7f23b0a5c02473efe6db5ce0 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Tue, 30 Jan 2001 17:39:59 +0000 Subject: [PATCH] Fix mishandling of --without-samba due to a typo. * 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/gnome-vfs.m4 b/macros/gnome-vfs.m4 index 137a39d..8ca361f 100644 --- a/macros/gnome-vfs.m4 +++ b/macros/gnome-vfs.m4 @@ -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" -- 2.7.4