From 854906de7c270958b455fc06e1f3c0b98d3c71ec Mon Sep 17 00:00:00 2001 From: Ervin Hegedus Date: Fri, 16 May 2025 09:40:10 +0200 Subject: [PATCH] Typo fix Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com> --- build/find_pcre.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/find_pcre.m4 b/build/find_pcre.m4 index 6d217a72..9b222f67 100644 --- a/build/find_pcre.m4 +++ b/build/find_pcre.m4 @@ -29,7 +29,7 @@ AS_CASE(["${with_pcre}"], if test "x${with_pcre}" = "x" || test "x${with_pcre}" = "xno"; then AC_MSG_NOTICE([pcre not specified; omitting check for pcre]) else - AC_MSG_CHECKING([for libpcre configig script]) + AC_MSG_CHECKING([for libpcre config script]) for x in ${test_paths}; do dnl # Determine if the script was specified and use it directly