Update the configure script to pass --enable-64bit

This commit is contained in:
Patrick Walton 2013-06-06 13:47:52 -07:00
parent 9c25474ea6
commit 97eb5671bb
2 changed files with 8 additions and 5 deletions

11
configure vendored
View file

@ -506,11 +506,14 @@ do
if [ $i = "rust-azure" ]; then
CONFIGURE_ARGS="--enable-skia"
fi
if [ $i = mozjs ]; then
if [ ! -z $CFG_ENABLE_DEBUG ]; then
CONFIGURE_ARGS="--enable-debug"
fi
if [ $i = "nspr" ]; then
CONFIGURE_ARGS="--enable-64bit"
fi
if [ $i = mozjs ]; then
if [ ! -z $CFG_ENABLE_DEBUG ]; then
CONFIGURE_ARGS="--enable-debug"
fi
fi
if [ -f ${CONFIGURE_SCRIPT} ]
then

@ -1 +1 @@
Subproject commit 725cf233061c9598fc7c27cdc1d6278742396a48
Subproject commit 9d997ba0d0ec7b25c27ad3c8a77587e78ae9f9df