1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-12 18:02:36 +00:00

Fix typo in r30302

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30305 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
zuxy 2010-01-15 07:55:07 +00:00
parent 32c03dd8c2
commit 9cbb5c686f

2
configure vendored
View File

@ -3139,7 +3139,7 @@ echores "$_getaddrinfo"
if test "$_getaddrinfo" = yes; then
def_getaddrinfo="#define HAVE_GETADDRINFO 1"
else
def_getaddrinfo="define HAVE_GETADDRINFO 0"
def_getaddrinfo="#define HAVE_GETADDRINFO 0"
fi