Fix typo in qmake6 version check

This commit is contained in:
fauxpark 2022-07-26 15:56:20 +10:00
parent 4e1f0c89b7
commit 8a49ecfbe6

View File

@ -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)