if list_find "$KCHMVIEW_OPTS" "--with-kde" ; then
  OPTS="$KCHMVIEW_OPTS $OPTS" &&
  default_kde3_build
else
  default_build
fi
