]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix --enable-libtool help.
authorMichael R Sweet <msweet@msweet.org>
Thu, 27 Feb 2025 18:40:11 +0000 (13:40 -0500)
committerMichael R Sweet <msweet@msweet.org>
Thu, 27 Feb 2025 18:40:11 +0000 (13:40 -0500)
config-scripts/cups-libtool.m4
configure

index aa93784248c5fb654333eb6ad1a50ea374286f02..4a1684f24731de5f37d22567e4e6c2e72e875e28 100644 (file)
@@ -1,7 +1,7 @@
 dnl
 dnl GNU libtool stuff for CUPS.
 dnl
-dnl Copyright © 2020-2024 by OpenPrinting.
+dnl Copyright © 2020-2025 by OpenPrinting.
 dnl Copyright © 2007-2018 by Apple Inc.
 dnl Copyright © 1997-2005 by Easy Software Products, all rights reserved.
 dnl
@@ -9,9 +9,7 @@ dnl Licensed under Apache License v2.0.  See the file "LICENSE" for more
 dnl information.
 dnl
 
-AC_ARG_ENABLE([libtool_unsupported], [
-    AS_HELP_STRING([--enable-libtool-unsupported=/path/to/libtool], [build with libtool (UNSUPPORTED)])
-], [
+AC_ARG_ENABLE([libtool_unsupported], AS_HELP_STRING([--enable-libtool-unsupported=/path/to/libtool], [build with libtool (UNSUPPORTED)]), [
 ], [
     enable_libtool_unsupported=no
 ])
index 0582e8c4386a3d9ddd8dcaed2f47858bb15c4f54..ec5b087d99764e8fd91f64327cc5596f754a879c 100755 (executable)
--- a/configure
+++ b/configure
@@ -1580,10 +1580,8 @@ Optional Features:
   --enable-acl            build with POSIX ACL support
   --disable-dbus          build without DBUS support
   --disable-shared        do not create shared libraries
-
-      --enable-libtool-unsupported=/path/to/libtool
+  --enable-libtool-unsupported=/path/to/libtool
                           build with libtool (UNSUPPORTED)
-
   --enable-debug          build with debugging symbols
   --enable-debug-guards   build with memory allocation guards
   --enable-debug-printfs  build with CUPS_DEBUG_LOG support