From 32b84ca49dc8b22267f194cacfbfb1883ee426e5 Mon Sep 17 00:00:00 2001 From: Riccardo Mottola Date: Mon, 18 Nov 2024 15:38:57 +0100 Subject: [PATCH] fix minor typos --- configure | 3 ++- configure.ac | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 49c94db90..ae62e5462 100755 --- a/configure +++ b/configure @@ -6314,7 +6314,7 @@ printf "%s\n" "no" >&6; } PKG_CONFIG="" fi fi -# If the modern mechanism failswe may havew an older pkg-config +# If the modern mechanism fails we may have an older pkg-config # so try looking it up the old fashioned way. if test -z "$PKG_CONFIG"; then # Extract the first word of "pkg-config", so it can be a program name with args. @@ -14139,6 +14139,7 @@ fi fi + #-------------------------------------------------------------------- # Check for International Components for Unicode # See DEPENDENCIES POLICY at the start of this file. diff --git a/configure.ac b/configure.ac index 617e4dc98..18f06693c 100644 --- a/configure.ac +++ b/configure.ac @@ -1220,7 +1220,7 @@ AC_LANG_POP(C) AC_PATH_PROG(WHOAMI, whoami, echo, $PATH:/usr/ucb) PKG_PROG_PKG_CONFIG -# If the modern mechanism failswe may havew an older pkg-config +# If the modern mechanism fails we may have an older pkg-config # so try looking it up the old fashioned way. if test -z "$PKG_CONFIG"; then AC_PATH_PROG(PKG_CONFIG,pkg-config,,) @@ -3562,6 +3562,7 @@ if test $enable_zeroconf = yes; then fi AC_SUBST(HAVE_MDNS) AC_SUBST(HAVE_AVAHI) + #-------------------------------------------------------------------- # Check for International Components for Unicode # See DEPENDENCIES POLICY at the start of this file.