summaryrefslogtreecommitdiffstats
path: root/kcontrol/iccconfig/configure.in.in
blob: a98dfc1b2d60947e0049cfbb971da468aa7075e5 (plain)
1
2
3
4
5
6
7
case "$host" in
  *-*-linux*)
	FOUND_LINUX=yes
	;;
esac

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