aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1995-05-25 15:53:35 +0000
committerKarl Heuer1995-05-25 15:53:35 +0000
commitb212bc895d4b7d911e0b16921905cb531d57fa14 (patch)
tree66c72c9a328ea8dbf05016f7ca474c9dcd322320
parentc32cdd9a11eb985a8004ea9e2a8e0d80d7f5955c (diff)
downloademacs-b212bc895d4b7d911e0b16921905cb531d57fa14.tar.gz
emacs-b212bc895d4b7d911e0b16921905cb531d57fa14.zip
Fix typo.
-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;
1147fi 1147fi
1148 1148
1149# If netdb.h doesn't declare h_errno, we must declare it by hand. 1149# If netdb.h doesn't declare h_errno, we must declare it by hand.
1150AC_MSG_CHECKING(whether netdb declarares h_errno) 1150AC_MSG_CHECKING(whether netdb declares h_errno)
1151AC_TRY_LINK([#include <netdb.h>], 1151AC_TRY_LINK([#include <netdb.h>],
1152 [return h_errno;], 1152 [return h_errno;],
1153 [AC_MSG_RESULT(yes) 1153 [AC_MSG_RESULT(yes)