summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@theqtcompany.com>2014-12-05 11:53:33 +0100
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2014-12-05 11:53:33 +0100
commit7644faa881d3054e79cf886dc60080ba33dd540a (patch)
tree37610e42031ffd3bbb6522d7c6bd9070684b8d17 /configure
parente682ea6f782d3bb4caa4f2bd0e3be47cbe064f4f (diff)
parent5367fa356233da4c0f28172a8f817791525f5457 (diff)
Merge remote-tracking branch 'origin/5.4.0' into 5.4
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index fc2b02942b..acbfb17c64 100755
--- a/configure
+++ b/configure
@@ -4650,8 +4650,8 @@ if [ "$CFG_DBUS" != "no" ]; then
fi
QMakeVar set QT_HOST_CFLAGS_DBUS "$QT_CFLAGS_DBUS"
else
- if [ "$CFG_DBUS" = "auto" ]; then
- CFG_DBUS=no
+ if [ "$CFG_DBUS" != "linked" ]; then
+ CFG_DBUS=runtime
elif [ "$CFG_CONFIGURE_EXIT_ON_ERROR" = "yes" ]; then
# CFG_DBUS is "yes" or "linked" here