Bug 775422 - Fix a bashism in configure.in. r=ted

This commit is contained in:
Mike Hommey 2012-07-23 07:42:23 +02:00
parent 928fbb66bf
commit 7bdfbad5cc

View File

@ -5796,7 +5796,7 @@ if test -n "$MOZ_CRASHREPORTER"; then
AC_MSG_ERROR([Breakpad tools do not support compiling on $HOST_OS_ARCH while targeting $OS_ARCH. Use --disable-crashreporter.])
fi
if test "$OS_ARCH" == "WINNT" -a -z "$HAVE_64BIT_OS"; then
if test "$OS_ARCH" = "WINNT" -a -z "$HAVE_64BIT_OS"; then
MOZ_CRASHREPORTER_INJECTOR=1
AC_DEFINE(MOZ_CRASHREPORTER_INJECTOR)
fi