[Libreoffice-commits] .: Branch 'libreoffice-3-4' - configure.in
Tor Lillqvist
tml at kemper.freedesktop.org
Fri Jul 1 08:45:26 PDT 2011
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 85d6112d7ba3570fa413672a34145d558da6df41
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Fri Jul 1 18:41:47 2011 +0300
Work around m4 bracket stripping in MINGWSTRIP construction
Signed-off-by: Rene Engelhard <rene at debian.org> (on IRC).
diff --git a/configure.in b/configure.in
index de3cab0..f12dcdf 100755
--- a/configure.in
+++ b/configure.in
@@ -3866,7 +3866,7 @@ if test "z$enable_odk" = "z" -o "$enable_odk" != "no"; then
if echo "$WITH_MINGW" | $EGREP -q "/"; then
if ! test -x "`echo $WITH_MINGW | $SED -e s/[cg]++/strip/`"; then MINGWSTRIP=false; else MINGWSTRIP=$(basename $(echo $WITH_MINGW | $SED -e s/[cg]++/strip/)); fi
else
- AC_CHECK_TOOL(MINGWSTRIP, `echo $WITH_MINGW | $SED -e s/[cg]++/strip/`, false)
+ AC_CHECK_TOOL(MINGWSTRIP, `echo $WITH_MINGW | $SED -e s/[[[cg]]]++/strip/`, false)
fi
if test "$MINGWSTRIP" = "false"; then
AC_MSG_ERROR(MinGW32 binutils needed. Install them.)
More information about the Libreoffice-commits
mailing list