mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Build: Fix text wrapping in an output message.
This commit is contained in:
parent
8c36ab79cb
commit
148e20607e
1 changed files with 5 additions and 4 deletions
|
@ -857,11 +857,12 @@ CFLAGS="$OLD_CFLAGS"
|
||||||
# win95, and the compiler does not support attribute constructor, then we
|
# win95, and the compiler does not support attribute constructor, then we
|
||||||
# would end up with a multithreaded build that is thread-unsafe. As a
|
# would end up with a multithreaded build that is thread-unsafe. As a
|
||||||
# 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
|
||||||
__attribute__((__constructor__))])
|
at the same time with a compiler that doesn't support
|
||||||
|
__attribute__((__constructor__))])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# __attribute__((__ifunc__())) can be used to choose between different
|
# __attribute__((__ifunc__())) can be used to choose between different
|
||||||
|
|
Loading…
Reference in a new issue