From 359b5c2958068eee1616f2701d627c4a883e1110 Mon Sep 17 00:00:00 2001 From: Mark Banner Date: Thu, 6 Dec 2012 07:38:59 +0000 Subject: [PATCH] Port bug 809803 from mozilla-central to comm-central - Move strip flags into STRIP_FLAGS. Needed to port Bug 813526 to fix bustage --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 28f9900e6b..97b605884b 100644 --- a/configure.in +++ b/configure.in @@ -1518,7 +1518,7 @@ ld.]) _PEDANTIC= case $OS_RELEASE in 4.*|5.*) - STRIP="$STRIP -d" + STRIP_FLAGS="$STRIP_FLAGS -d" ;; *) DSO_CFLAGS='' @@ -1541,7 +1541,7 @@ ld.]) CXXFLAGS="$CXXFLAGS -fno-common" DLL_SUFFIX=".dylib" DSO_LDOPTS='' - STRIP="$STRIP -x -S" + STRIP_FLAGS="$STRIP_FLAGS -x -S" _PLATFORM_DEFAULT_TOOLKIT='cairo-cocoa' TARGET_NSPR_MDCPUCFG='\"md/_darwin.cfg\"' # The ExceptionHandling framework is needed for Objective-C exception