aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e>2010-09-17 13:36:11 +0000
committerted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e>2010-09-17 13:36:11 +0000
commitefa30c13f2e0bf2cb60a9d00010e8cdc162c872a (patch)
tree26d531db43b33b95dcf7da5a0277e658f6ae2f45 /configure
parentFix ./configure --enable-m32 (diff)
downloadbreakpad-efa30c13f2e0bf2cb60a9d00010e8cdc162c872a.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 1e95fe90..bfa46fcc 100755
--- a/configure
+++ b/configure
@@ -14955,8 +14955,8 @@ fi
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)