From: Karl Heuer Date: Thu, 25 May 1995 15:53:35 +0000 (+0000) Subject: Fix typo. X-Git-Tag: emacs-19.34~3942 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b212bc895d4b7d911e0b16921905cb531d57fa14;p=emacs.git Fix typo. --- 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)