aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1341e561e..5d8b2f7b3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1604,7 +1604,8 @@ AC_CHECK_DECL(basename, ,
)
AC_CHECK_DECL(inet_pton, ,
- AC_DEFINE(HAVE_NO_INET_PTON_PROTO),
+ AC_DEFINE(HAVE_NO_INET_PTON_PROTO, 1,
+ [Defined if no inet_pton() prototype available]),
[
#ifdef HAVE_ARPA_INET_H
#include <arpa/inet.h>