2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 22:35:10 +00:00

added OSF C2 stuff

This commit is contained in:
Todd C. Miller
1994-09-01 02:17:20 +00:00
parent 22d7002504
commit 07594fd735

View File

@@ -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