]> granicus.if.org Git - sudo/commitdiff
added -laud for OSF c2
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 20 Sep 1994 00:44:22 +0000 (00:44 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 20 Sep 1994 00:44:22 +0000 (00:44 +0000)
configure.in

index e0ea8f4318af5fc671aa2f1df9861ca8d9a8b2a5..43dc2a4fe26ec3fb703cf5ed7ad59deaa274245d 100644 (file)
@@ -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"