From e4230c554c8314a8c9929e69203e04492db7e823 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 3 Nov 2010 08:09:31 +0000 Subject: configure: Enable joystick support on FreeBSD patch extracted from the FreeBSD ports tree git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32572 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 5bdf7932b3..7cb02ab29c 100755 --- a/configure +++ b/configure @@ -7110,7 +7110,7 @@ test "$_debug" != "" && def_debug='#define MP_DEBUG 1' echocheck "joystick" def_joystick='#undef CONFIG_JOYSTICK' if test "$_joystick" = yes ; then - if linux ; then + if linux || freebsd ; then # TODO add some check def_joystick='#define CONFIG_JOYSTICK 1' else -- cgit v1.2.3