Mercurial > emacs
changeset 11916:03675a551746
Fix typo.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 25 May 1995 15:53:35 +0000 |
parents | e2ab839155e1 |
children | 2314b62ca4ab |
files | configure.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Thu May 25 15:18:16 1995 +0000 +++ b/configure.in Thu May 25 15:53:35 1995 +0000 @@ -1147,7 +1147,7 @@ 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)