diff --git a/configure b/configure
index 7c0845bc3832462244dd7b05b7fc3a0386132938..270a6ec46ed3192d509d52b0ec6e3b10e4e84d27 100755
--- a/configure
+++ b/configure
@@ -2656,10 +2656,11 @@ for opt do
         ;;
         --enable-?*|--disable-?*)
             eval $(echo "$opt" | sed 's/--/action=/;s/-/ option=/;s/-/_/g')
-            test $action = enable && action="request"
             if is_in $option $COMPONENT_LIST; then
+                test $action = enable && action="enable_deep_force"
                 eval $action \$$(toupper ${option%s})_LIST
             elif is_in $option $CMDLINE_SELECT; then
+                test $action = enable && action="request"
                 $action $option
             else
                 die_unknown $opt