osfc2.m4 revision 178825
1124771Sgrehandnl $Id: osfc2.m4 14147 2004-08-25 14:14:01Z joda $
2124771Sgrehandnl
3124771Sgrehandnl enable OSF C2 stuff
4124771Sgrehan
5124771SgrehanAC_DEFUN([AC_CHECK_OSFC2],[
6124771SgrehanAC_ARG_ENABLE(osfc2,
7124771Sgrehan	AS_HELP_STRING([--enable-osfc2],[enable some OSF C2 support]))
8124771SgrehanLIB_security=
9124771Sgrehanif test "$enable_osfc2" = yes; then
10124771Sgrehan	AC_DEFINE(HAVE_OSFC2, 1, [Define to enable basic OSF C2 support.])
11124771Sgrehan	LIB_security=-lsecurity
12124771Sgrehanfi
13124771SgrehanAC_SUBST(LIB_security)
14124771Sgrehan])
15124771Sgrehan