Mercurial > mplayer.hg
changeset 20593:cf600a8c5e4d
Remove spurious $_inc_tmp in libcdio check
author | reimar |
---|---|
date | Thu, 02 Nov 2006 18:05:22 +0000 |
parents | a4052461553f |
children | 8cf7c136676d |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Thu Nov 02 17:05:31 2006 +0000 +++ b/configure Thu Nov 02 18:05:22 2006 +0000 @@ -5326,7 +5326,7 @@ _libcdio=no for _ld_tmp in "" "-lwinmm" ; do _ld_tmp="-lcdio_cdda -lcdio -lcdio_paranoia $_ld_tmp" - cc_check $_inc_tmp $_ld_tmp $_ld_lm \ + cc_check $_ld_tmp $_ld_lm \ && _libcdio=yes && _ld_libcdio="$_ld_tmp" && break done if test "$_libcdio" = no && $_pkg_config --exists libcdio ; then