diff --git a/configure b/configure index 0b203950eb6..f9e354521a9 100755 --- a/configure +++ b/configure @@ -5795,11 +5795,6 @@ fi CFG_CONCURRENT="yes" QT_CONFIG="$QT_CONFIG concurrent" -# ### Vestige -if [ "$CFG_WEBKIT" = "debug" ]; then - QMAKE_CONFIG="$QMAKE_CONFIG webkit-debug" -fi - # ### Vestige if [ "$CFG_QML_DEBUG" = "no" ]; then QT_CONFIG="$QT_CONFIG no-qml-debug"