commit 1b8275f0bfef1f408c80b79dcc9a838b9f34c2c5
parent 775969a2280ad57011b67d69fea4ce9c4204871a
Author: wwp <subscript@free.fr>
Date: Mon, 10 Mar 2025 12:26:26 +0100
Reorder and reword few items in configure's summary output.
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
@@ -2263,7 +2263,6 @@ echo "NetworkManager : $enable_networkmanager"
echo "Manual : $enable_manual"
echo "Generic UMPC code : $enable_generic_umpc"
echo "SVG support : $enable_svg"
-echo "Config dir : $ac_cv_with_config_dir"
echo "Password crypto : $pwd_crypto"
echo "Unit tests : $enable_tests"
echo "pthread : $enable_pthread"
@@ -2271,7 +2270,7 @@ echo "Startup notification : $enable_startup_notification"
echo "Valgrind support : $enable_valgrind"
if test -n "$more_debug_output_modules"; then
- echo "More debug output enabled for:"
+ echo "Extra debug output enabled for:"
for module in $more_debug_output_modules; do
echo " - $module"
done
@@ -2310,4 +2309,6 @@ fi
echo ""
echo "The binary will be installed in $prefix/bin"
echo ""
+echo "Configuration directory: $ac_cv_with_config_dir"
+echo ""
echo "Configure finished, type 'make' to build."