-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 5.1.0 Beta 1
-
Fix Version/s: 5.4.0
-
Component/s: Build System
-
Labels:None
-
Commits:529a31c967a202458abd126d378a2f690c2ec256
"awk [A-Z]" is used in several places in configure script but unfortunately Z is not the last letter in all alphabets.
Example: X come after Z in Estonian alphabet and therefore "awk [A-Z]" matches variable QMAKE_CC but dosn't match QMAKE_CXX and many others.