comparison configure.in @ 11916:03675a551746

Fix typo.
author Karl Heuer <kwzh@gnu.org>
date Thu, 25 May 1995 15:53:35 +0000
parents f371dc7252dc
children 3c3f3bbe311f
comparison
equal deleted inserted replaced
11915:e2ab839155e1 11916:03675a551746
1145 AC_DEFINE(HAVE_X11XTR6)], 1145 AC_DEFINE(HAVE_X11XTR6)],
1146 [AC_MSG_RESULT(not 6)]) 1146 [AC_MSG_RESULT(not 6)])
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)
1154 AC_DEFINE(HAVE_H_ERRNO)], 1154 AC_DEFINE(HAVE_H_ERRNO)],
1155 [AC_MSG_RESULT(no)]) 1155 [AC_MSG_RESULT(no)])