mirror of https://git.tukaani.org/xz.git
Build: Fix text wrapping in an output message.
This commit is contained in:
parent
8c36ab79cb
commit
148e20607e
|
@ -859,8 +859,9 @@ CFLAGS="$OLD_CFLAGS"
|
||||||
# result this configuration is not allowed.
|
# result this configuration is not allowed.
|
||||||
if test "x$enable_small$enable_threads$have_func_attribute_constructor" \
|
if test "x$enable_small$enable_threads$have_func_attribute_constructor" \
|
||||||
= xyeswin95no; then
|
= xyeswin95no; then
|
||||||
AC_MSG_ERROR([--enable-threads=win95 and --enable-small cannot be
|
AC_MSG_ERROR([
|
||||||
used at the same time with a compiler that doesn't support
|
--enable-threads=win95 and --enable-small cannot be used
|
||||||
|
at the same time with a compiler that doesn't support
|
||||||
__attribute__((__constructor__))])
|
__attribute__((__constructor__))])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue