inet_pton: Fix mistake in last commit.
authorBruno Haible <bruno@clisp.org>
Sat, 17 Sep 2011 14:05:19 +0000 (16:05 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 17 Sep 2011 14:05:19 +0000 (16:05 +0200)
m4/inet_pton.m4

index 6056ec1..2f339b5 100644 (file)
@@ -55,6 +55,7 @@ AC_DEFUN([gl_FUNC_INET_PTON],
     if test $ac_cv_have_decl_inet_pton = no; then
       HAVE_DECL_INET_PTON=0
     fi
+  fi
   AC_SUBST([INET_PTON_LIB])
 ])