]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - crypto/heimdal/cf/osfc2.m4
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / crypto / heimdal / cf / osfc2.m4
1 dnl $Id: osfc2.m4 14147 2004-08-25 14:14:01Z joda $
2 dnl
3 dnl enable OSF C2 stuff
4
5 AC_DEFUN([AC_CHECK_OSFC2],[
6 AC_ARG_ENABLE(osfc2,
7         AS_HELP_STRING([--enable-osfc2],[enable some OSF C2 support]))
8 LIB_security=
9 if test "$enable_osfc2" = yes; then
10         AC_DEFINE(HAVE_OSFC2, 1, [Define to enable basic OSF C2 support.])
11         LIB_security=-lsecurity
12 fi
13 AC_SUBST(LIB_security)
14 ])