comparison configure @ 23754:2c75cc74c768

Remove useless variable indirection.
author diego
date Fri, 13 Jul 2007 17:01:21 +0000
parents 5f186b0f3543
children f60b7e4fde1c
comparison
equal deleted inserted replaced
23753:5f186b0f3543 23754:2c75cc74c768
3056 fi 3056 fi
3057 echores "$_rpath" 3057 echores "$_rpath"
3058 3058
3059 echocheck "iconv" 3059 echocheck "iconv"
3060 if test "$_iconv" = auto ; then 3060 if test "$_iconv" = auto ; then
3061 _iconv_tmp='#include <iconv.h>'
3062
3063 cat > $TMPC << EOF 3061 cat > $TMPC << EOF
3064 #include <stdio.h> 3062 #include <stdio.h>
3065 #include <unistd.h> 3063 #include <unistd.h>
3066 $_iconv_tmp 3064 #include <iconv.h>
3067 #define INBUFSIZE 1024 3065 #define INBUFSIZE 1024
3068 #define OUTBUFSIZE 4096 3066 #define OUTBUFSIZE 4096
3069 3067
3070 char inbuffer[INBUFSIZE]; 3068 char inbuffer[INBUFSIZE];
3071 char outbuffer[OUTBUFSIZE]; 3069 char outbuffer[OUTBUFSIZE];