[vlc-commits] Configure: use more standard detection
Jean-Baptiste Kempf
git at videolan.org
Fri Dec 23 01:40:55 CET 2011
npapi-vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Dec 23 01:40:23 2011 +0100| [8663bd563bce5cc506a62b1b13d5336656763d5f] | committer: Jean-Baptiste Kempf
Configure: use more standard detection
Close #5276
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=8663bd563bce5cc506a62b1b13d5336656763d5f
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index da5367d..4771421 100644
--- a/configure.ac
+++ b/configure.ac
@@ -161,7 +161,7 @@ then
dnl pkg-config
dnl As we want to do a loop due to the number of name possible for the .pc
dnl we can't use the pkg-config macros.
- for i in "${with_mozilla_pkg}" npapi-sdk {seamonkey,iceape,xulrunner,firefox,iceweasel,mozilla}-plugin libxul; do
+ for i in "${with_mozilla_pkg}" npapi-sdk seamonkey-plugin iceape-plugin xulrunner-plugin firefox-plugin iceweasel-plugin mozilla-plugin libxul; do
if test -n "$i"; then
echo "Trying to find $i package" >&AS_MESSAGE_LOG_FD
AS_IF([test $i = npapi-sdk], [moz_ver=0.27], [moz_ver=1.9.2])
More information about the vlc-commits
mailing list