No empty .Rs/.Re
[netbsd-mini2440.git] / crypto / dist / heimdal / cf / osfc2.m4
blob62c60cf192dadb9d062f9ef5f8e5ed5090083d93
1 dnl $Heimdal: osfc2.m4 14147 2004-08-25 14:14:01Z joda $
2 dnl $NetBSD$
3 dnl
4 dnl enable OSF C2 stuff
6 AC_DEFUN([AC_CHECK_OSFC2],[
7 AC_ARG_ENABLE(osfc2,
8         AS_HELP_STRING([--enable-osfc2],[enable some OSF C2 support]))
9 LIB_security=
10 if test "$enable_osfc2" = yes; then
11         AC_DEFINE(HAVE_OSFC2, 1, [Define to enable basic OSF C2 support.])
12         LIB_security=-lsecurity
14 AC_SUBST(LIB_security)