summaryrefslogtreecommitdiff
path: root/macros/gnome-vfs.m4
diff options
context:
space:
mode:
Diffstat (limited to 'macros/gnome-vfs.m4')
-rw-r--r--macros/gnome-vfs.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/gnome-vfs.m4 b/macros/gnome-vfs.m4
index 137a39dd..8ca361f2 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"