Revision 5f3adef4 configure.ac
configure.ac | ||
---|---|---|
12 | 12 |
AC_PROG_RANLIB |
13 | 13 |
AC_LANG_C |
14 | 14 |
|
15 |
AC_CHECK_HEADER(netdb.h) |
|
16 |
if test "$ac_cv_header_netdb_h" == no |
|
17 |
then |
|
18 |
AC_MSG_ERROR([netdb.h is missing, unable to continue]) |
|
19 |
exit -1 |
|
20 |
fi |
|
15 | 21 |
|
16 | 22 |
if test "$ac_cv_header_sys_types_h" == no |
17 | 23 |
then |
Also available in: Unified diff