Work around m4 bracket stripping in MINGWSTRIP construction
Signed-off-by: Rene Engelhard <rene@debian.org> (on IRC).
This commit is contained in:
parent
115d15ace9
commit
37ee380b28
1 changed files with 1 additions and 1 deletions
|
@ -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.)
|
||||
|
|
Loading…
Reference in a new issue