Commit a7cfd908 authored by Sam Hocevar's avatar Sam Hocevar

* configure.ac: fixed typo that prevented --disable-gnomevfs from working.

parent ec4d0343
......@@ -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])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment