Fixing --disable-libpr0n so we can see if it's causing the profile problems. r=cls.

This commit is contained in:
bryner%uiuc.edu 2001-03-31 01:56:38 +00:00
Родитель d990bead64
Коммит d5ea9f5964
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -3893,7 +3893,7 @@ dnl Turn off the new image library. Soon to go away.
MOZ_ARG_DISABLE_BOOL(libpr0n,
[ --disable-libpr0n Disable new imagelib],
USE_IMG2=)
if test "USE_IMG2"; then
if test "$USE_IMG2" = "1"; then
AC_DEFINE(USE_IMG2)
fi
AC_SUBST(USE_IMG2)