Commit 097b4c8e authored by Damien Fouilleul's avatar Damien Fouilleul

configure.ac: fix previous commit when mozilla is not available

parent 40625cb7
......@@ -4843,7 +4843,6 @@ then
CPPFLAGS="${CPPFLAGS_save}"
fi
AM_CONDITIONAL(BUILD_MOZILLA,${mozilla})
if test "${mozilla}" != "false"
then
build_pic=yes
......@@ -4853,6 +4852,7 @@ then
fi
fi
fi
AM_CONDITIONAL(BUILD_MOZILLA,${mozilla})
dnl
dnl Python bindings
......
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