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
1 changed files with 1 additions and 1 deletions

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)