1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +02:00

Use _res_comment in joystick check.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26110 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-02-28 18:19:10 +00:00
parent 23defac730
commit aeb2ece331

3
configure vendored
View File

@ -7453,7 +7453,8 @@ if test "$_joystick" = yes ; then
# TODO add some check
_def_joystick='#define HAVE_JOYSTICK 1'
else
_joystick="no (unsupported under $system_name)"
_joystick="no"
_res_comment="unsupported under $system_name"
fi
fi
echores "$_joystick"