]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorKarl Heuer <kwzh@gnu.org>
Thu, 25 May 1995 15:53:35 +0000 (15:53 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 25 May 1995 15:53:35 +0000 (15:53 +0000)
configure.in

index 69f3cea0e4b963ab929efd8582fac8755f7ba0c1..7f20db0eae3c4ae0e7449e761521a135731eb015 100644 (file)
@@ -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 <netdb.h>],
   [return h_errno;],
   [AC_MSG_RESULT(yes)