From 80bd29a1891bbc885fdf6a87da1af607db219ded Mon Sep 17 00:00:00 2001 From: fauxpark Date: Tue, 26 Jul 2022 15:58:55 +1000 Subject: [PATCH] Missed the dash --- ac/qt6.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ac/qt6.m4 b/ac/qt6.m4 index 811a80245..8a90b7ece 100644 --- a/ac/qt6.m4 +++ b/ac/qt6.m4 @@ -127,7 +127,7 @@ EOT AC_MSG_RESULT(unknown; please contact the author) return elif ! check_version $qt_min_ver $qmake6_ver; then - AC_MSG_RESULT(too old: $qmake6_ver, need at least $qt_min-ver) + AC_MSG_RESULT(too old: $qmake6_ver, need at least $qt_min_ver) return else AC_MSG_RESULT($qmake6_ver)