configure: fix license determination failure message
we don't check for licheck at this stage any more.
amends 60e56f167.
Change-Id: I4f8d57100796dce99bd605835b25a954a6359d30
Reviewed-by: Kai Koehne <kai.koehne@qt.io>
bb10
parent
6bea0398ea
commit
4e6a3c7def
|
|
@ -106,8 +106,7 @@ defineReplace(qtConfFunc_licenseCheck) {
|
|||
}
|
||||
} else {
|
||||
!$$hasCommercial: \
|
||||
qtConfFatalError("No license files and no licheck executables found." \
|
||||
"Cannot proceed. Try re-installing Qt.")
|
||||
qtConfFatalError("No license files. Cannot proceed. Try re-installing Qt.")
|
||||
commercial = yes
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue