diff options
author | Paul Olav Tvete <paul.tvete@nokia.com> | 2010-07-21 10:24:02 (GMT) |
---|---|---|
committer | Paul Olav Tvete <paul.tvete@nokia.com> | 2010-07-21 10:24:02 (GMT) |
commit | 22edd932bb5af334bbe1a1774604332eee14814f (patch) | |
tree | 4a8c5a2d0134e00639c63890de421a91c96d2266 /configure | |
parent | 8dd6b648a7cf1625e078e91328ffebfa4a92529c (diff) | |
download | Qt-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-x | configure | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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" |