[MPlayer-cvslog] r26110 - trunk/configure

diego subversion at mplayerhq.hu
Thu Feb 28 19:19:10 CET 2008


Author: diego
Date: Thu Feb 28 19:19:10 2008
New Revision: 26110

Log:
Use _res_comment in joystick check.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Thu Feb 28 19:19:10 2008
@@ -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"



More information about the MPlayer-cvslog mailing list