Mercurial > mplayer.hg
changeset 23754:2c75cc74c768
Remove useless variable indirection.
author | diego |
---|---|
date | Fri, 13 Jul 2007 17:01:21 +0000 |
parents | 5f186b0f3543 |
children | f60b7e4fde1c |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Fri Jul 13 16:59:27 2007 +0000 +++ b/configure Fri Jul 13 17:01:21 2007 +0000 @@ -3058,12 +3058,10 @@ echocheck "iconv" if test "$_iconv" = auto ; then - _iconv_tmp='#include <iconv.h>' - cat > $TMPC << EOF #include <stdio.h> #include <unistd.h> -$_iconv_tmp +#include <iconv.h> #define INBUFSIZE 1024 #define OUTBUFSIZE 4096