SDL: tests: minor update to acinclude.m4::pkg.m4

From f3640e26a414ac528c93949b75d67e5dff1bf175 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Sun, 31 Oct 2021 08:47:00 +0300
Subject: [PATCH] tests: minor update to acinclude.m4::pkg.m4

---
 test/acinclude.m4 | 2 +-
 test/configure    | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/test/acinclude.m4 b/test/acinclude.m4
index 893e4aa1b5..0fdf353ea2 100644
--- a/test/acinclude.m4
+++ b/test/acinclude.m4
@@ -287,7 +287,7 @@ AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
 AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
 
 pkg_failed=no
-AC_MSG_CHECKING([for $1])
+AC_MSG_CHECKING([for $2])
 
 _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
 _PKG_CONFIG([$1][_LIBS], [libs], [$2])
diff --git a/test/configure b/test/configure
index 98d332ac3b..3c08292e53 100755
--- a/test/configure
+++ b/test/configure
@@ -3203,8 +3203,8 @@ fi
   if test "x$sdl_prefix$sdl_exec_prefix" = x ; then
 
 pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SDL" >&5
-$as_echo_n "checking for SDL... " >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sdl2 >= $min_sdl_version" >&5
+$as_echo_n "checking for sdl2 >= $min_sdl_version... " >&6; }
 
 if test -n "$SDL_CFLAGS"; then
     pkg_cv_SDL_CFLAGS="$SDL_CFLAGS"
@@ -4030,8 +4030,8 @@ fi
 
 
 pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBUNWIND" >&5
-$as_echo_n "checking for LIBUNWIND... " >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libunwind" >&5
+$as_echo_n "checking for libunwind... " >&6; }
 
 if test -n "$LIBUNWIND_CFLAGS"; then
     pkg_cv_LIBUNWIND_CFLAGS="$LIBUNWIND_CFLAGS"