]> granicus.if.org Git - sudo/commitdiff
added OSF C2 stuff
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 1 Sep 1994 02:17:20 +0000 (02:17 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 1 Sep 1994 02:17:20 +0000 (02:17 +0000)
configure.in

index 8445d06ab9e31fdeca2f1013e32dfc42f970093b..5fef2265d350aacb56414be4fe8771fc78cd526a 100644 (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