Mercurial > mplayer.hg
comparison configure @ 30263:98cc153d1726
Fix typo in r30302
author | zuxy |
---|---|
date | Fri, 15 Jan 2010 07:55:07 +0000 |
parents | 5c3dacc19ab8 |
children | a70cdb4450f5 |
comparison
equal
deleted
inserted
replaced
30262:9e6b65abb1dd | 30263:98cc153d1726 |
---|---|
3137 echores "$_getaddrinfo" | 3137 echores "$_getaddrinfo" |
3138 | 3138 |
3139 if test "$_getaddrinfo" = yes; then | 3139 if test "$_getaddrinfo" = yes; then |
3140 def_getaddrinfo="#define HAVE_GETADDRINFO 1" | 3140 def_getaddrinfo="#define HAVE_GETADDRINFO 1" |
3141 else | 3141 else |
3142 def_getaddrinfo="define HAVE_GETADDRINFO 0" | 3142 def_getaddrinfo="#define HAVE_GETADDRINFO 0" |
3143 fi | 3143 fi |
3144 | 3144 |
3145 | 3145 |
3146 echocheck "sockaddr_storage" | 3146 echocheck "sockaddr_storage" |
3147 if test "$_struct_sockaddr_storage" = auto; then | 3147 if test "$_struct_sockaddr_storage" = auto; then |