MFC rev 1.89:
[dragonfly.git] / crypto / heimdal-0.6.3 / cf / osfc2.m4
blob3ae889b24fa70598c12941bdf84568e4b68e0ff2
1 dnl $Id: osfc2.m4,v 1.3.8.1 2004/04/01 07:27:35 joda Exp $
2 dnl
3 dnl enable OSF C2 stuff
5 AC_DEFUN([AC_CHECK_OSFC2],[
6 AC_ARG_ENABLE(osfc2,
7         AC_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
13 AC_SUBST(LIB_security)