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>
This commit is contained in:
Oswald Buddenhagen 2018-10-15 11:02:12 +02:00
parent 6bea0398ea
commit 4e6a3c7def

View File

@ -106,8 +106,7 @@ defineReplace(qtConfFunc_licenseCheck) {
} }
} else { } else {
!$$hasCommercial: \ !$$hasCommercial: \
qtConfFatalError("No license files and no licheck executables found." \ qtConfFatalError("No license files. Cannot proceed. Try re-installing Qt.")
"Cannot proceed. Try re-installing Qt.")
commercial = yes commercial = yes
} }
} }