config_query_option UDEV_OPTS \
                    "Compile extra debugging messages?" n \
                    "--enable-debug" \
                    "--disable-debug" &&

config_query_option UDEV_OPTS \
                    "Compile hash function generator and access control lists" n \
                    "--enable-extras" \
                    "--disable-extras" &&

if spell_ok hotplug; then
  message "You seem to have hotplug installed. Hotplug has been" \
          "officially\ndeprecated in favor of udev, and it is" \
          "highly recommended that\nhotplug is removed after" \
          "udev has been installed." &&

  config_query UDEV_DISPEL_HOTPLUG \
               "Dispel hotplug after udev is cast?" y
fi
