From e1a7d7737020e19514e869d421bf4736b57f943d Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Tue, 30 Jan 2001 17:39:59 +0000 Subject: 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=7914 --- macros/gnome-vfs.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros') diff --git a/macros/gnome-vfs.m4 b/macros/gnome-vfs.m4 index 137a39dd3c..8ca361f28b 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" -- cgit v1.2.3