From d45640636c752c592a931d555a8b21c6e00674c7 Mon Sep 17 00:00:00 2001 From: cltbld Date: Wed, 25 Jul 2007 14:11:01 +0000 Subject: [PATCH] Automated update from host egg.build.mozilla.org --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 7662ae7cf98..a2da9d41f65 100755 --- a/configure +++ b/configure @@ -15078,7 +15078,7 @@ fi 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