config_query_option KCHMVIEW_OPTS "Build KDE version?" y \
                                  "--with-kde" \
                                  "" &&

config_query_option KCHMVIEW_OPTS "Link with built-in chmlib?" y \
                                  "--with-builtin-chmlib" \
                                  "" &&

if list_find "$KCHMVIEW_OPTS" "--with-kde" ; then

   if [[ $QT3 == y ]]; then

      .  "$SECTION_DIRECTORY/KDE_CONFIGURE"

   fi

fi
