1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-28 23:09:59 +02:00

when testing if mozilla is required, use enable_mozilla, not just mozilla

This commit is contained in:
Filippo Carone 2006-06-02 13:22:58 +00:00
parent 54b0c48d2f
commit 1ba03e33a5

View File

@ -5202,7 +5202,7 @@ then
CPPFLAGS="${CPPFLAGS_save}"
fi
if test "${mozilla}" != "false"
if test "${enable_mozilla}" != "false"
then
build_pic=yes
AC_PATH_PROG(XPIDL, xpidl, no, ${xpidl_path}:/usr/lib/mozilla:/usr/lib64/mozilla:/usr/lib/xulrunner:/usr/lib64/xulrunner)