From c40bcc74d994cabd9696e241f6a84355623b5d9e Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Thu, 16 Sep 2010 23:29:13 +0000 Subject: Fix ./configure --enable-m32 Review URL: http://breakpad.appspot.com/197001 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@692 4c0a9323-5329-0410-9bdc-e9ce6186880e --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2a3ed2c8..f85db345 100644 --- a/configure.ac +++ b/configure.ac @@ -65,7 +65,8 @@ AC_ARG_ENABLE(m32, [(default is no)]), [case "${enableval}" in yes) - CFLAGS=$(CFLAGS) -m32 + CFLAGS="${CFLAGS} -m32" + CXXFLAGS="${CXXFLAGS} -m32" usem32=true ;; no) -- cgit v1.2.3