Index: ossp-pkg/fsl/configure.ac RCS File: /v/ossp/cvs/ossp-pkg/fsl/configure.ac,v rcsdiff -q -kk '-r1.4' '-r1.5' -u '/v/ossp/cvs/ossp-pkg/fsl/configure.ac,v' 2>/dev/null --- configure.ac 2002/07/23 14:37:50 1.4 +++ configure.ac 2002/07/24 14:55:55 1.5 @@ -44,6 +44,16 @@ sinclude(fsl.ac) FSL_CHECK_ALL +dnl # FIXME FIXME FIXME FIXME FIXME FIXME FIXME +dnl # perform important checks from OSSP l2 because we have +dnl # no possibility to merge their determined knowledge +dnl # into our brain. +AC_CHECK_LIB(nsl, gethostname) +if test ".`echo $LIBS | grep nsl`" = . ;then + AC_CHECK_LIB(nsl, gethostbyname) +fi +AC_CHECK_LIB(socket, accept) + dnl # pre-processing for subdirs LIB_DEPS=""