You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ar...@apache.org on 2012/11/15 00:21:20 UTC

svn commit: r1409541 - /incubator/ooo/branches/gbuild/main/configure.in

Author: arist
Date: Wed Nov 14 23:21:19 2012
New Revision: 1409541

URL: http://svn.apache.org/viewvc?rev=1409541&view=rev
Log:
gnumake4_045_82fc045a63a6.patch
# HG changeset patch
# User Michael Stahl <ms...@openoffice.org>
# Date 1301690824 0
# Node ID 82fc045a63a66fe8e51f741247402e9d1c355d32
# Parent  9458985f83aeac63ff8b095b8f9ac08ab11e11ca
gnumake4: #i117350# configure.in: s/MINGSTRIP/MINGWSTRIP/


Modified:
    incubator/ooo/branches/gbuild/main/configure.in

Modified: incubator/ooo/branches/gbuild/main/configure.in
URL: http://svn.apache.org/viewvc/incubator/ooo/branches/gbuild/main/configure.in?rev=1409541&r1=1409540&r2=1409541&view=diff
==============================================================================
--- incubator/ooo/branches/gbuild/main/configure.in (original)
+++ incubator/ooo/branches/gbuild/main/configure.in Wed Nov 14 23:21:19 2012
@@ -3813,7 +3813,7 @@ if test "z$enable_odk" = "z" -o "$enable
          AC_MSG_RESULT(yes)
       fi
       if echo "$WITH_MINGWIN" | $EGREP -q "/"; then
-         if ! test -x "`echo $WITH_MINGWIN | $SED -e s/g++/strip/ | $SED -e s/c++/strip/`"; then MINGSTRIP=false; else MINGWSTRIP=$(basename $(echo $WITH_MINGWIN | $SED -e s/g++/strip/ | $SED -e s/c++/strip/)); fi
+         if ! test -x "`echo $WITH_MINGWIN | $SED -e s/g++/strip/ | $SED -e s/c++/strip/`"; then MINGWSTRIP=false; else MINGWSTRIP=$(basename $(echo $WITH_MINGWIN | $SED -e s/g++/strip/ | $SED -e s/c++/strip/)); fi
       else
          AC_CHECK_TOOL(MINGWSTRIP, `echo $WITH_MINGWIN | $SED -e s/g++/strip/ | $SED -e s/c++/strip/`, false)
       fi