Index: ossp-pkg/xds/configure.ac RCS File: /v/ossp/cvs/ossp-pkg/xds/configure.ac,v rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/xds/configure.ac,v' 2>/dev/null --- configure.ac 2001/07/20 10:56:01 1.2 +++ configure.ac 2001/07/20 11:05:54 1.3 @@ -68,6 +68,11 @@ ) AC_SUBST([xds_int64_t]) +dnl Find the library containing the xdr_xxx() functions. +dnl +AC_CHECK_LIB(nsl, xdrmem_create, [xdr_lib=-lnsl]) +AC_SUBST([xdr_lib]) + dnl Write results. dnl AC_OUTPUT(xds.h Makefile regression-tests/Makefile)