X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=aclocal%2Ftcp-wrappers.m4;h=314a667c7517802fc4aec57afb70f2a3d6243ff0;hp=ce907548f7abffbfc670f721eacc6e912a369e4d;hb=b0c3cbfee702c019dab0a22557bbf38e24dfcee1;hpb=ac5b03be829b4c9369ebfb07a688308721103228 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) ])