Put defines on separate lines to fix --enable-xpcom-lea bustage.

a=shaver
This commit is contained in:
seawood%netscape.com 2002-03-06 21:51:16 +00:00
parent 524157740c
commit 6a691fe3ef

View File

@ -3230,7 +3230,8 @@ dnl = Enable Lea malloc in xpcom. OFF by default.
dnl ========================================================
MOZ_ARG_ENABLE_BOOL(xpcom-lea,
[ --enable-xpcom-lea Enable Lea malloc in xpcom ],
[ XPCOM_USE_LEA=1 AC_DEFINE(XPCOM_USE_LEA) ])
[ XPCOM_USE_LEA=1
AC_DEFINE(XPCOM_USE_LEA)])
dnl ========================================================
dnl = Enable Ultrasparc specific optimizations for JS