X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=aclocal%2Ftcp-wrappers.m4;fp=aclocal%2Ftcp-wrappers.m4;h=314a667c7517802fc4aec57afb70f2a3d6243ff0;hp=ce907548f7abffbfc670f721eacc6e912a369e4d;hb=dad8bf9fdf53d1f954339567da2aa1d1bc202c73;hpb=c377fce0995ac5d669f74e75fdac02b90d8792b2 diff --git a/aclocal/tcp-wrappers.m4 b/aclocal/tcp-wrappers.m4 index ce90754..314a667 100644 --- a/aclocal/tcp-wrappers.m4 +++ b/aclocal/tcp-wrappers.m4 @@ -39,6 +39,8 @@ AC_DEFUN([AC_TCP_WRAPPERS],[ AC_MSG_RESULT(yes) AC_SUBST(LIBWRAP) AC_DEFINE([LIBWRAP], [1], [tcp-wrapper]) + AC_DEFINE([HAVE_LIBWRAP], [1], [tcp-wrapper]) + AC_DEFINE([HAVE_TCP_WRAPPER], [1], [tcp-wrapper]) TCPW_MSG="yes" ],[ AC_MSG_ERROR([*** libwrap missing]) @@ -49,4 +51,6 @@ AC_DEFUN([AC_TCP_WRAPPERS],[ ] ) AC_SUBST(LIBWRAP) + AC_SUBST(HAVE_LIBWRAP) + AC_SUBST(HAVE_TCP_WRAPPER) ])