]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
* configure.in: Delete OSF/1 libsecurity/setluid/LOGINLIBS code
authorKen Raeburn <raeburn@mit.edu>
Thu, 13 Apr 2006 14:10:50 +0000 (14:10 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 13 Apr 2006 14:10:50 +0000 (14:10 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17897 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/libpty/configure.in

index 7600b1dbd4ffce04e962b5e0ee2ceed613fb34bb..f8930d0e2702f69a39abf20f025a8de9aa5ccde5 100644 (file)
@@ -27,10 +27,6 @@ ac_cv_func_setsid=no # setsid doesn't do the right thing under Ultrix even thoug
 krb5_cv_has_streams=no
 ;;
 alpha*-dec-osf*)
-       AC_CHECK_LIB(security,main,
-               AC_DEFINE(HAVE_SETLUID,1,[Define if setluid is provided by the security library])
-               LOGINLIBS="$LOGINLIBS -lsecurity"
-       )
        AC_MSG_RESULT(will open ctty prior to revoke due to OSF/1 lossage)
        AC_DEFINE(REVOKE_NEEDS_OPEN,1,[Define if ctty needs to be opened before revoke as on OSF/1])
        ;;
@@ -44,8 +40,6 @@ alpha*-dec-osf*)
      ;;
 esac
 dnl
-AC_SUBST(LOGINLIBS)
-dnl
 AC_CHECK_LIB(util,openpty, [AC_DEFINE(HAVE_OPENPTY,1,[Define if openpty is provided in util library]) LIBS="$LIBS -lutil"])
 AC_TYPE_MODE_T
 AC_CHECK_TYPE(time_t, long)