summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
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