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

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