case "$host" in
  *-*-linux*)
	FOUND_LINUX=yes
	;;
esac

AM_CONDITIONAL(include_kcontrol_iccconfig, test "$FOUND_LINUX" = "yes")