summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorzuxy <zuxy@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-15 07:55:07 +0000
committerzuxy <zuxy@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-15 07:55:07 +0000
commit9cbb5c686fc5efb3767615c853f7def568a478e6 (patch)
treee377498504421409a5863be2b337cceef0edb25c /configure
parent32c03dd8c27dd5f0069d8228ce352c015cdadb13 (diff)
downloadmpv-9cbb5c686fc5efb3767615c853f7def568a478e6.tar.bz2
mpv-9cbb5c686fc5efb3767615c853f7def568a478e6.tar.xz
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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ed5d89c9dd..ce0d61e974 100755
--- a/configure
+++ b/configure
@@ -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