Fix typo.
This commit is contained in:
parent
c32cdd9a11
commit
b212bc895d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue