Missed the dash

This commit is contained in:
fauxpark 2022-07-26 15:58:55 +10:00
parent 8a49ecfbe6
commit 80bd29a189

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