diff options
author | zuxy <zuxy@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-01-15 07:55:07 +0000 |
---|---|---|
committer | zuxy <zuxy@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-01-15 07:55:07 +0000 |
commit | 9cbb5c686fc5efb3767615c853f7def568a478e6 (patch) | |
tree | e377498504421409a5863be2b337cceef0edb25c /configure | |
parent | 32c03dd8c27dd5f0069d8228ce352c015cdadb13 (diff) |
Fix typo in r30302
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30305 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |