diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2009-12-03 08:46:26 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2009-12-03 08:46:26 (GMT) |
commit | 4feb6d99ff12968e30e1992d2049ff3271467929 (patch) | |
tree | 198f6d689e500d2edc296a6e6df889ba924831f0 /configure | |
parent | c7f9a6890b3f5220d83af64fe26eb328c9626295 (diff) | |
download | Qt-4feb6d99ff12968e30e1992d2049ff3271467929.zip Qt-4feb6d99ff12968e30e1992d2049ff3271467929.tar.gz Qt-4feb6d99ff12968e30e1992d2049ff3271467929.tar.bz2 |
Fix typo in configure.
Reviewed-by: Trust Me
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3663,7 +3663,7 @@ Qt/X11 only: -no-opengl ......... Do not support OpenGL. + -opengl <api> ...... Enable OpenGL support. With no parameter, this will auto-detect the "best" - OpenGL API to use. If desktop OpenGL is avaliable, it + OpenGL API to use. If desktop OpenGL is available, it will be used. Use desktop, es1, es1cl or es2 for <api> to force the use of the Desktop (OpenGL 1.x or 2.x), OpenGL ES 1.x Common profile, 1.x Common Lite profile |