diff options
| author | Karl Heuer | 1995-05-25 15:53:35 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-05-25 15:53:35 +0000 |
| commit | b212bc895d4b7d911e0b16921905cb531d57fa14 (patch) | |
| tree | 66c72c9a328ea8dbf05016f7ca474c9dcd322320 | |
| parent | c32cdd9a11eb985a8004ea9e2a8e0d80d7f5955c (diff) | |
| download | emacs-b212bc895d4b7d911e0b16921905cb531d57fa14.tar.gz emacs-b212bc895d4b7d911e0b16921905cb531d57fa14.zip | |
Fix typo.
| -rw-r--r-- | configure.in | 2 |
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; | |||
| 1147 | fi | 1147 | fi |
| 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. |
| 1150 | AC_MSG_CHECKING(whether netdb declarares h_errno) | 1150 | AC_MSG_CHECKING(whether netdb declares h_errno) |
| 1151 | AC_TRY_LINK([#include <netdb.h>], | 1151 | AC_TRY_LINK([#include <netdb.h>], |
| 1152 | [return h_errno;], | 1152 | [return h_errno;], |
| 1153 | [AC_MSG_RESULT(yes) | 1153 | [AC_MSG_RESULT(yes) |