diff options
author | Tasuku Suzuki <tasuku.suzuki@qbc.io> | 2019-07-23 11:03:51 +0900 |
---|---|---|
committer | Tasuku Suzuki <tasuku.suzuki@qbc.io> | 2019-07-24 10:42:16 +0900 |
commit | 3bbbc8510af7ee70db20212291c87a405f44eec4 (patch) | |
tree | d0865411fd5df1774bcc50940b3df8a19b8d8e58 /configure | |
parent | 83de6d0ce5baceb7739b89254cba4acc6fdab47d (diff) | |
download | qtbase-3bbbc8510af7ee70db20212291c87a405f44eec4.tar.gz |
Fix typo in configure script
Change-Id: Icc979dd58e061c62d45305e00580d27d0cd4af69
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -358,7 +358,7 @@ if [ -z "$QT_MAJOR_VERSION" ]; then fi #------------------------------------------------------------------------------- -# initalize variables +# initialize variables #------------------------------------------------------------------------------- # QTDIR may be set and point to an old or system-wide Qt installation |