Write a window of memory around the instruction pointer from the crashing thread to the minidump on Linux.
R=nealsid at http://breakpad.appspot.com/194001/show

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@693 4c0a9323-5329-0410-9bdc-e9ce6186880e
diff --git a/configure b/configure
index 1e95fe9..bfa46fc 100755
--- a/configure
+++ b/configure
@@ -14955,8 +14955,8 @@
 if test "${enable_m32+set}" = set; then :
   enableval=$enable_m32; case "${enableval}" in
                  yes)
-		   CFLAGS="${CFLAGS} -m32"
-		   CXXFLAGS="${CXXFLAGS} -m32"
+                   CFLAGS="${CFLAGS} -m32"
+                   CXXFLAGS="${CXXFLAGS} -m32"
                    usem32=true
                    ;;
                  no)