Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
a7cfd908
Commit
a7cfd908
authored
Sep 21, 2005
by
Sam Hocevar
Browse files
* configure.ac: fixed typo that prevented --disable-gnomevfs from working.
parent
ec4d0343
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
a7cfd908
...
...
@@ -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])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment