mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 20:49:27 +00:00
bug 385912 - breakpad breaks non x86 linux builds. patch by Bill Gianopoulos <wgianopoulos@yahoo.com>, r=me
This commit is contained in:
parent
4639eb3dac
commit
9e7997f8e2
@ -5330,7 +5330,7 @@ dnl ========================================================
|
||||
|
||||
if (test "$OS_ARCH" = "WINNT" -a -z "$GNU_CC" \
|
||||
|| test "$OS_ARCH" = "Darwin" \
|
||||
|| test "$OS_ARCH" = "Linux") \
|
||||
|| test "$OS_ARCH" = "Linux" -a "$CPU_ARCH" = "x86") \
|
||||
&& test -z "$HAVE_64BIT_OS"; then
|
||||
MOZ_AIRBAG=1
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user