fixed configure.ac

This commit is contained in:
hyunghwan.chung
2018-01-25 09:41:43 +00:00
parent a1de67b513
commit f3ee24447f
2 changed files with 5 additions and 1 deletions

2
moo/configure vendored
View File

@ -21634,6 +21634,7 @@ if ${ac_cv_sizeof_sa_family_t+:} false; then :
$as_echo_n "(cached) " >&6
else
if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (sa_family_t))" "ac_cv_sizeof_sa_family_t" "
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
"; then :
@ -21674,6 +21675,7 @@ else
/* end confdefs.h. */
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
int
main ()
{