summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-05-25 15:53:35 +0000
committerKarl Heuer <kwzh@gnu.org>1995-05-25 15:53:35 +0000
commit0fed5e2cdcbbf83b2b27f85712a1e69f61239a41 (patch)
tree1c377be8275b577818c2a6aeb7c89d9106dea842 /configure.in
parent045ac273726f710060f7c73e9c12156c1f315653 (diff)
downloademacs-0fed5e2cdcbbf83b2b27f85712a1e69f61239a41.tar.gz
Fix typo.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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 <netdb.h>],
[return h_errno;],
[AC_MSG_RESULT(yes)