From: Todd C. Miller Date: Tue, 20 Sep 1994 00:44:22 +0000 (+0000) Subject: added -laud for OSF c2 X-Git-Tag: SUDO_1_4_0~713 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=565adde5b45987af2e3d75a0f354442e53582d88;p=sudo added -laud for OSF c2 --- diff --git a/configure.in b/configure.in index e0ea8f431..43dc2a4fe 100644 --- a/configure.in +++ b/configure.in @@ -95,11 +95,7 @@ case "$OS" in fi # C2 security stuff if test -n "$C2"; then - if test -n "$GCC"; then - LIBS="${LIBS} -lsecurity -laud" - else - LIBS="${LIBS} -lsecurity" - fi + LIBS="${LIBS} -lsecurity -laud" fi ;; "irix") echo "Looks like IRIX"