]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - crypto/heimdal/cf/socket-wrapper.m4
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / crypto / heimdal / cf / socket-wrapper.m4
1 dnl $Id: socket-wrapper.m4 18077 2006-09-12 17:33:07Z lha $
2 dnl
3 AC_DEFUN([samba_SOCKET_WRAPPER], [
4
5 AC_ARG_ENABLE(socket-wrapper,
6         AS_HELP_STRING([--enable-socket-wrapper],
7                 [use sambas socket-wrapper for testing]))
8
9 AM_CONDITIONAL(have_socket_wrapper, test "x$enable_socket_wrapper" = xyes)dnl
10
11 if test "x$enable_socket_wrapper" = xyes ; then
12        AC_DEFINE(SOCKET_WRAPPER_REPLACE, 1,
13                [Define if you want to use samba socket wrappers.])
14 fi
15
16 ])