summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-13 17:36:14 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-13 17:36:14 +0000
commit6cf3b50551a5359ee6b7fafc5a4b86ccb0fe58a7 (patch)
treec19772a3c2de0105d8d489443d7e91f325d97eda /configure
parentc1095b4a0d15bfa2555bd30c4d7177e16eafdc84 (diff)
downloadmpv-6cf3b50551a5359ee6b7fafc5a4b86ccb0fe58a7.tar.bz2
mpv-6cf3b50551a5359ee6b7fafc5a4b86ccb0fe58a7.tar.xz
typo, wrong variable name in check
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23776 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a4339d9b27..4f313ffa99 100755
--- a/configure
+++ b/configure
@@ -3112,7 +3112,7 @@ for _soundcard_header in "sys/soundcard.h" "soundcard.h"; do
#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