Bug 853097 - Move AC_DEFINE_UNQUOTED to fix build bustage. r=ted

This commit is contained in:
Kent James 2013-03-27 10:52:47 -04:00
parent 911ecaf318
commit 21a39d0ab2

View File

@ -6051,13 +6051,13 @@ if test -n "$MOZ_CRASHREPORTER"; then
fi
if test "$OS_ARCH" = "WINNT"; then
AC_DEFINE_UNQUOTED(BREAKPAD_CUSTOM_STDINT_H, "mozilla/StandardInteger.h")
if test -z "$HAVE_64BIT_OS"; then
MOZ_CRASHREPORTER_INJECTOR=1
AC_DEFINE(MOZ_CRASHREPORTER_INJECTOR)
fi
fi
fi
AC_DEFINE_UNQUOTED(BREAKPAD_CUSTOM_STDINT_H, "mozilla/StandardInteger.h")
MOZ_ARG_WITH_STRING(crashreporter-enable-percent,
[ --with-crashreporter-enable-percent=NN