From: Ken Raeburn Date: Thu, 13 Apr 2006 14:10:50 +0000 (+0000) Subject: * configure.in: Delete OSF/1 libsecurity/setluid/LOGINLIBS code X-Git-Tag: krb5-1.5-alpha1~85 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7c8042a1039ed6de71e5b4bde43d4d6d008300b6;p=krb5.git * configure.in: Delete OSF/1 libsecurity/setluid/LOGINLIBS code git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17897 dc483132-0cff-0310-8789-dd5450dbe970 --- 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)