aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-10-05 21:56:23 +0000
committerJörg Mayer <jmayer@loplof.de>2013-10-05 21:56:23 +0000
commit07a5c7442f9bccfd6cdee15fc21850a815c737bb (patch)
tree185369a53b0ce930cda2c7184264c12a19ffcee8 /configure.ac
parentf303dfdd05dec26973fa669cf9c71465190b9d45 (diff)
Invert NEED_INET_ATON_H to HAVE_INET_ATON_H
Remove unused NEED_G_ASCII_STRTOULL_H svn path=/trunk/; revision=52385
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 864560aeca..9e32d0925b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2490,7 +2490,7 @@ AC_SEARCH_LIBS(inet_aton, [socket nsl], have_inet_aton=yes,
have_inet_aton=no)
if test "$have_inet_aton" = no; then
INET_ATON_LO="inet_aton.lo"
- AC_DEFINE(NEED_INET_ATON_H, 1, [Define if inet/aton.h needs to be included])
+ AC_DEFINE(HAVE_INET_ATON_H, 0, [Define unless inet/aton.h needs to be included])
else
INET_ATON_LO=""
fi