From a7cfd908fb371302e311b5d5267498849b3ce2db Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Wed, 21 Sep 2005 10:44:17 +0000 Subject: [PATCH] * configure.ac: fixed typo that prevented --disable-gnomevfs from working. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 22cb13ae7e..81ae4fd355 100644 --- a/configure.ac +++ b/configure.ac @@ -1716,7 +1716,7 @@ dnl gnomeVFS access module dnl AC_ARG_ENABLE(gnomevfs, [ --enable-gnomevfs GnomeVFS access module (default enables)]) -if test "{enable_gnomevfs}" != "no" +if test "${enable_gnomevfs}" != "no" then PKG_CHECK_MODULES(GNOMEVFS, gnome-vfs-2.0, VLC_ADD_LDFLAGS([access_gnomevfs],[$GNOMEVFS_LIBS]) -- GitLab