summaryrefslogtreecommitdiff
path: root/m4/inet_pton.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-11-05 11:46:16 +0100
committerBruno Haible <bruno@clisp.org>2009-11-05 11:46:16 +0100
commit0963898828c9a6b76a2cf959f34b4e758fc4e265 (patch)
tree7f0a8ef11d1d8cc8f4a8c722797a72a28c11624b /m4/inet_pton.m4
parent869437ee513d12716115749f599f32b831f31cbc (diff)
downloadgnulib-0963898828c9a6b76a2cf959f34b4e758fc4e265.tar.gz
Fix link error.
Diffstat (limited to 'm4/inet_pton.m4')
-rw-r--r--m4/inet_pton.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/inet_pton.m4 b/m4/inet_pton.m4
index f0718016a8..b2662572f3 100644
--- a/m4/inet_pton.m4
+++ b/m4/inet_pton.m4
@@ -1,4 +1,4 @@
-# inet_pton.m4 serial 8
+# inet_pton.m4 serial 9
dnl Copyright (C) 2006, 2008, 2009 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -18,7 +18,7 @@ AC_DEFUN([gl_INET_PTON],
[AC_REPLACE_FUNCS([inet_pton])])
LIBS=$gl_save_LIBS
INET_PTON_LIB=
- if test "$ac_cv_search_inet_pton" != "none needed"; then
+ if test "$ac_cv_search_inet_pton" != "none required"; then
INET_PTON_LIB="$ac_cv_search_inet_pton"
fi
AC_SUBST([INET_PTON_LIB])