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