summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2010-08-05 09:55:01 (GMT)
committerJørgen Lind <jorgen.lind@nokia.com>2010-08-05 09:55:01 (GMT)
commit1be2e830da7aa09f92d8cdca906f8a588cd10381 (patch)
tree4f03d1e39a362ce8291cfe69126780bb4463f764 /configure
parent8fb1271a4c211adcf3e74f545d8133671747e230 (diff)
downloadQt-1be2e830da7aa09f92d8cdca906f8a588cd10381.zip
Qt-1be2e830da7aa09f92d8cdca906f8a588cd10381.tar.gz
Qt-1be2e830da7aa09f92d8cdca906f8a588cd10381.tar.bz2
Remove "disabling opengl tests by default" in configure for lighthouse
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 52a36eb..aa2341a 100755
--- a/configure
+++ b/configure
@@ -3324,7 +3324,7 @@ if [ "$CFG_USE_GNUMAKE" = "auto" ] && "$MAKE" -v | grep "GNU Make" >/dev/null 2>
fi
# If -opengl wasn't specified, don't try to auto-detect
-if [ "$PLATFORM_QWS" = "yes" -o "$PLATFORM_QPA" = "yes" ] && [ "$CFG_OPENGL" = "auto" ]; then
+if [ "$PLATFORM_QWS" = "yes" ] && [ "$CFG_OPENGL" = "auto" ]; then
CFG_OPENGL=no
fi