Loading configure.in +19 −10 Original line number Diff line number Diff line Loading @@ -170,6 +170,8 @@ AC_CHECK_FUNCS( gethostbyname_r \ inet_ntoa_r ) if test "$ac_cv_func_gethostbyname_r" = "yes"; then dnl ********************************************************************** dnl Time to make a check for gethostbyname_r dnl If it exists, it may use one of three different interfaces Loading Loading @@ -314,6 +316,9 @@ dnl ********************************************************************** fi fi dnl ********************************************************************** dnl Back to "normal" configuring dnl ********************************************************************** Loading Loading @@ -369,7 +374,7 @@ AC_DEFINE_UNQUOTED(OS, "${host}") dnl Checks for library functions. dnl AC_PROG_GCC_TRADITIONAL AC_TYPE_SIGNAL AC_FUNC_VPRINTF dnl AC_FUNC_VPRINTF AC_CHECK_FUNCS( socket \ select \ strdup \ Loading @@ -395,6 +400,10 @@ AC_CHECK_FUNCS( socket \ RAND_screen ) if test "$ac_cv_func_select" != "yes"; then AC_MSG_ERROR(Can't work without an existing socket() function) fi AC_PATH_PROG( PERL, perl, , $PATH:/usr/local/bin/perl:/usr/bin/:/usr/local/bin ) AC_SUBST(PERL) Loading Loading
configure.in +19 −10 Original line number Diff line number Diff line Loading @@ -170,6 +170,8 @@ AC_CHECK_FUNCS( gethostbyname_r \ inet_ntoa_r ) if test "$ac_cv_func_gethostbyname_r" = "yes"; then dnl ********************************************************************** dnl Time to make a check for gethostbyname_r dnl If it exists, it may use one of three different interfaces Loading Loading @@ -314,6 +316,9 @@ dnl ********************************************************************** fi fi dnl ********************************************************************** dnl Back to "normal" configuring dnl ********************************************************************** Loading Loading @@ -369,7 +374,7 @@ AC_DEFINE_UNQUOTED(OS, "${host}") dnl Checks for library functions. dnl AC_PROG_GCC_TRADITIONAL AC_TYPE_SIGNAL AC_FUNC_VPRINTF dnl AC_FUNC_VPRINTF AC_CHECK_FUNCS( socket \ select \ strdup \ Loading @@ -395,6 +400,10 @@ AC_CHECK_FUNCS( socket \ RAND_screen ) if test "$ac_cv_func_select" != "yes"; then AC_MSG_ERROR(Can't work without an existing socket() function) fi AC_PATH_PROG( PERL, perl, , $PATH:/usr/local/bin/perl:/usr/bin/:/usr/local/bin ) AC_SUBST(PERL) Loading