Mercurial > mplayer.hg
comparison configure @ 16495:d2a47e40462f
fix expanding of $_ld_dl when needed by iconv
author | aurel |
---|---|
date | Thu, 15 Sep 2005 22:39:38 +0000 |
parents | 2866304d5f4b |
children | d7da7bb42c2e |
comparison
equal
deleted
inserted
replaced
16494:c02c94987480 | 16495:d2a47e40462f |
---|---|
2833 elif cc_check $_ld_lm -liconv ; then | 2833 elif cc_check $_ld_lm -liconv ; then |
2834 _iconv=yes | 2834 _iconv=yes |
2835 _ld_iconv='-liconv' | 2835 _ld_iconv='-liconv' |
2836 elif cc_check $_ld_lm -liconv $_ld_dl ; then | 2836 elif cc_check $_ld_lm -liconv $_ld_dl ; then |
2837 _iconv=yes | 2837 _iconv=yes |
2838 _ld_iconv='-liconv $_ld_dl' | 2838 _ld_iconv="-liconv $_ld_dl" |
2839 fi | 2839 fi |
2840 fi | 2840 fi |
2841 if test "$_iconv" = yes ; then | 2841 if test "$_iconv" = yes ; then |
2842 _def_iconv='#define USE_ICONV 1' | 2842 _def_iconv='#define USE_ICONV 1' |
2843 else | 2843 else |