]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Build: Fix text wrapping in an output message.
authorJia Tan <jiat0218@gmail.com>
Tue, 31 Oct 2023 13:51:40 +0000 (21:51 +0800)
committerJia Tan <jiat0218@gmail.com>
Tue, 31 Oct 2023 13:54:11 +0000 (21:54 +0800)
configure.ac

index 553a1b873dae2ba6d89ac9ba67228c0ac2b47000..1fe6101675b2b67cac8fc091463da6dfc8cb81ff 100644 (file)
@@ -857,11 +857,12 @@ CFLAGS="$OLD_CFLAGS"
 # win95, and the compiler does not support attribute constructor, then we
 # would end up with a multithreaded build that is thread-unsafe. As a
 # 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
-       AC_MSG_ERROR([--enable-threads=win95 and --enable-small cannot be
-               used at the same time with a compiler that doesn't support
-               __attribute__((__constructor__))])
+       AC_MSG_ERROR([
+    --enable-threads=win95 and --enable-small cannot be used
+    at the same time with a compiler that doesn't support
+    __attribute__((__constructor__))])
 fi
 
 # __attribute__((__ifunc__())) can be used to choose between different