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
01812ddb
Commit
01812ddb
authored
Nov 04, 2006
by
Rafaël Carré
Browse files
Uses C++ tests to detect mozilla headers
Fixes detection when using mingw
parent
977378fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
01812ddb
...
...
@@ -5231,7 +5231,7 @@ AC_ARG_ENABLE(mozilla,
[ --enable-mozilla build a vlc-based Mozilla plugin (default disabled)])
AC_ARG_WITH(mozilla-sdk-path,
[ --with-mozilla-sdk-path=PATH path to mozilla sdk])
AC_LANG_PUSH(C++)
if test "${enable_mozilla}" = "yes"
then
dnl currently vlc plugin only needs headers, no xpcom support apis are actually used
...
...
@@ -5341,6 +5341,7 @@ then
CPPFLAGS="${CPPFLAGS_save}"
fi
fi
AC_LANG_POP(C++)
AM_CONDITIONAL(BUILD_MOZILLA,${mozilla})
dnl
...
...
Write
Preview
Supports
Markdown
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