summaryrefslogtreecommitdiffstats
path: root/aclocal
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2006-04-10 03:53:14 +0000
committerneilbrown <neilbrown>2006-04-10 03:53:14 +0000
commitdad8bf9fdf53d1f954339567da2aa1d1bc202c73 (patch)
tree1b1073c68bee3dcbca9e074b035dbd06135e697d /aclocal
parentc377fce0995ac5d669f74e75fdac02b90d8792b2 (diff)
downloadnfs-utils-dad8bf9fdf53d1f954339567da2aa1d1bc202c73.tar.gz
nfs-utils-dad8bf9fdf53d1f954339567da2aa1d1bc202c73.tar.xz
nfs-utils-dad8bf9fdf53d1f954339567da2aa1d1bc202c73.zip
2006-04-10 "Kevin Coffman" <kwc@citi.umich.edu>
Update aclocal/tcp-wrappers.m4 to define HAVE_LIBWRAP and HAVE_TCP_WRAPPERS as appropriate.
Diffstat (limited to 'aclocal')
-rw-r--r--aclocal/tcp-wrappers.m44
1 files changed, 4 insertions, 0 deletions
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)
])