From b212bc895d4b7d911e0b16921905cb531d57fa14 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 25 May 1995 15:53:35 +0000 Subject: [PATCH] Fix typo. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 69f3cea0e4b..7f20db0eae3 100644 --- a/configure.in +++ b/configure.in @@ -1147,7 +1147,7 @@ fail; fi # If netdb.h doesn't declare h_errno, we must declare it by hand. -AC_MSG_CHECKING(whether netdb declarares h_errno) +AC_MSG_CHECKING(whether netdb declares h_errno) AC_TRY_LINK([#include ], [return h_errno;], [AC_MSG_RESULT(yes) -- 2.39.2