Mercurial > mplayer.hg
changeset 23756:08197608c0b8
typo, wrong variable name in check
author | diego |
---|---|
date | Fri, 13 Jul 2007 17:36:14 +0000 |
parents | f60b7e4fde1c |
children | 6d1e09675a4f |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Fri Jul 13 17:08:37 2007 +0000 +++ b/configure Fri Jul 13 17:36:14 2007 +0000 @@ -3112,7 +3112,7 @@ #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