Commit 1ba03e33 authored by Filippo Carone's avatar Filippo Carone

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

parent 54b0c48d
...@@ -5202,7 +5202,7 @@ then ...@@ -5202,7 +5202,7 @@ then
CPPFLAGS="${CPPFLAGS_save}" CPPFLAGS="${CPPFLAGS_save}"
fi fi
if test "${mozilla}" != "false" if test "${enable_mozilla}" != "false"
then then
build_pic=yes build_pic=yes
AC_PATH_PROG(XPIDL, xpidl, no, ${xpidl_path}:/usr/lib/mozilla:/usr/lib64/mozilla:/usr/lib/xulrunner:/usr/lib64/xulrunner) AC_PATH_PROG(XPIDL, xpidl, no, ${xpidl_path}:/usr/lib/mozilla:/usr/lib64/mozilla:/usr/lib/xulrunner:/usr/lib64/xulrunner)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment