From: Todd C. Miller Date: Thu, 1 Sep 1994 02:17:20 +0000 (+0000) Subject: added OSF C2 stuff X-Git-Tag: SUDO_1_4_0~730 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=07594fd735f9878ace8daaaa591d25b89abb7a23;p=sudo added OSF C2 stuff --- diff --git a/configure.in b/configure.in index 8445d06ab..5fef2265d 100644 --- a/configure.in +++ b/configure.in @@ -87,6 +87,10 @@ case "$OS" in if test -z "$GCC"; then STATIC_FLAGS="-non_shared" fi + # C2 security stuff + if test -n "$C2"; then + LIBS="${LIBS} -lsecurity" + fi ;; "irix") echo "Looks like IRIX" # configure doesn't think irix has stdc headers