Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
03ab5e91
Commit
03ab5e91
authored
Nov 23, 2005
by
Christophe Mutricy
Browse files
configure.ac: don't try to use gnome-vfs when we are cross-compiling
parent
41e58110
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
03ab5e91
...
...
@@ -1868,7 +1868,7 @@ dnl gnomeVFS access module
dnl
AC_ARG_ENABLE(gnomevfs,
[ --enable-gnomevfs GnomeVFS access module (default enabled)])
if test "${enable_gnomevfs}" != "no"
if test "${enable_gnomevfs}" != "no"
-a "${SYS}" = "linux"
then
PKG_CHECK_MODULES(GNOMEVFS, gnome-vfs-2.0,
VLC_ADD_LDFLAGS([access_gnomevfs],[$GNOMEVFS_LIBS])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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