]> git.sesse.net Git - vlc/commitdiff
configure.ac: use the gecko-sdk in the contrib
authorChristophe Mutricy <xtophe@videolan.org>
Sun, 5 Mar 2006 20:08:16 +0000 (20:08 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Sun, 5 Mar 2006 20:08:16 +0000 (20:08 +0000)
configure.ac

index 2095f437e99f131397d222b61d9e4e7181f3690f..86fe39c678a09316be138cf3d9549197a5bc362a 100644 (file)
@@ -131,6 +131,9 @@ dnl kludge because only the debian package provides a ffmpeg-config
     if test -z $with_goom_tree; then
       with_goom_tree=${topdir}/extras/contrib/src/goom
     fi
+    if test -z $with_mozilla_sdk_path; then
+       with_mozilla_sdk_path=${topdir}/extras/contrib/gecko-sdk
+    fi
 
     if test ".`uname -s`" = ".Darwin"; then
       export LD_LIBRARY_PATH=${topdir}/extras/contrib/lib:$LD_LIBRARY_PATH