Mercurial > mplayer.hg
comparison configure @ 9902:ca072c661b44
10l
author | faust3 |
---|---|
date | Thu, 10 Apr 2003 12:12:56 +0000 |
parents | ea743bdf7e4d |
children | 2f7ff7b636e7 |
comparison
equal
deleted
inserted
replaced
9901:233802490b0e | 9902:ca072c661b44 |
---|---|
4836 if cc_check ; then | 4836 if cc_check ; then |
4837 _gethostbyname2=yes | 4837 _gethostbyname2=yes |
4838 fi | 4838 fi |
4839 fi | 4839 fi |
4840 | 4840 |
4841 if test "$_inet6" = yes ; then | 4841 if test "$_gethostbyname2" = yes ; then |
4842 _def_gethostbyname2='#define HAVE_GETHOSTBYNAME2 1' | 4842 _def_gethostbyname2='#define HAVE_GETHOSTBYNAME2 1' |
4843 else | 4843 else |
4844 _def_gethostbyname2='#undef HAVE_GETHOSTBYNAME2' | 4844 _def_gethostbyname2='#undef HAVE_GETHOSTBYNAME2' |
4845 fi | 4845 fi |
4846 echores "$_gethostbyname2" | 4846 echores "$_gethostbyname2" |