diff --git a/ac/qt6.m4 b/ac/qt6.m4 index aebcae297..811a80245 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, neet 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)