summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 9954d22bf..3f89314b1 100755
--- a/configure
+++ b/configure
@@ -2586,7 +2586,7 @@ if [ "$CFG_LARGEFILE" = "yes" ]; then
QMAKE_CONFIG="$QMAKE_CONFIG largefile"
fi
if [ "$CFG_STL" = "no" ]; then
- QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_STL"
+ QCONFIG_FLAGS="$QCONFIG_FLAGS TQT_NO_STL"
else
QMAKE_CONFIG="$QMAKE_CONFIG stl"
fi