summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@nokia.com>2010-07-21 10:24:02 (GMT)
committerPaul Olav Tvete <paul.tvete@nokia.com>2010-07-21 10:24:02 (GMT)
commit22edd932bb5af334bbe1a1774604332eee14814f (patch)
tree4a8c5a2d0134e00639c63890de421a91c96d2266 /configure
parent8dd6b648a7cf1625e078e91328ffebfa4a92529c (diff)
downloadQt-22edd932bb5af334bbe1a1774604332eee14814f.zip
Qt-22edd932bb5af334bbe1a1774604332eee14814f.tar.gz
Qt-22edd932bb5af334bbe1a1774604332eee14814f.tar.bz2
Don't turn off exceptions by default in Lighthouse
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure
index 97f7fb2..a7f545a 100755
--- a/configure
+++ b/configure
@@ -7007,9 +7007,6 @@ fi
if [ "$CFG_EXCEPTIONS" = "unspecified" -a "$PLATFORM_QWS" = "yes" ]; then
CFG_EXCEPTIONS=no
fi
-if [ "$CFG_EXCEPTIONS" = "unspecified" -a "$PLATFORM_QPA" = "yes" ]; then
- CFG_EXCEPTIONS=no
-fi
if [ "$CFG_EXCEPTIONS" != "no" ]; then
QTCONFIG_CONFIG="$QTCONFIG_CONFIG exceptions"