[MPlayer-cvslog] r23776 - trunk/configure

diego subversion at mplayerhq.hu
Fri Jul 13 19:36:14 CEST 2007


Author: diego
Date: Fri Jul 13 19:36:14 2007
New Revision: 23776

Log:
typo, wrong variable name in check


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Fri Jul 13 19:36:14 2007
@@ -3112,7 +3112,7 @@ for _soundcard_header in "sys/soundcard.
 #include <$_soundcard_header>
 int main(void) { return 0; }
 EOF
-  cc_check && _soundcard_h=yes && _res_comment="$header" && break
+  cc_check && _soundcard_h=yes && _res_comment="$_soundcard_header" && break
 done
 
 if test "$_soundcard_h" = yes ; then



More information about the MPlayer-cvslog mailing list