From 7c8042a1039ed6de71e5b4bde43d4d6d008300b6 Mon Sep 17 00:00:00 2001
From: Ken Raeburn <raeburn@mit.edu>
Date: Thu, 13 Apr 2006 14:10:50 +0000
Subject: [PATCH] * configure.in: Delete OSF/1 libsecurity/setluid/LOGINLIBS
 code

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17897 dc483132-0cff-0310-8789-dd5450dbe970
---
 src/appl/libpty/configure.in | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/appl/libpty/configure.in b/src/appl/libpty/configure.in
index 7600b1dbd..f8930d0e2 100644
--- a/src/appl/libpty/configure.in
+++ b/src/appl/libpty/configure.in
@@ -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)
-- 
2.26.2