From: Michael R Sweet Date: Thu, 27 Feb 2025 18:40:11 +0000 (-0500) Subject: Fix --enable-libtool help. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a09b30ee564029533cd48177e27ee9f4ab6340da;p=thirdparty%2Fcups.git Fix --enable-libtool help. --- diff --git a/config-scripts/cups-libtool.m4 b/config-scripts/cups-libtool.m4 index aa93784248..4a1684f247 100644 --- a/config-scripts/cups-libtool.m4 +++ b/config-scripts/cups-libtool.m4 @@ -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 ]) diff --git a/configure b/configure index 0582e8c438..ec5b087d99 100755 --- 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