aboutsummaryrefslogtreecommitdiff
path: root/src/appl
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2006-04-13 14:10:50 +0000
committerKen Raeburn <raeburn@mit.edu>2006-04-13 14:10:50 +0000
commit7c8042a1039ed6de71e5b4bde43d4d6d008300b6 (patch)
tree2689801b6c489f55fd6eae06324cf58a124acd4a /src/appl
parent89d4bdcafa8461c1354f153dca2d74f111906363 (diff)
downloadkrb5-7c8042a1039ed6de71e5b4bde43d4d6d008300b6.zip
krb5-7c8042a1039ed6de71e5b4bde43d4d6d008300b6.tar.gz
krb5-7c8042a1039ed6de71e5b4bde43d4d6d008300b6.tar.bz2
* configure.in: Delete OSF/1 libsecurity/setluid/LOGINLIBS code
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17897 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl')
-rw-r--r--src/appl/libpty/configure.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/appl/libpty/configure.in b/src/appl/libpty/configure.in
index 7600b1d..f8930d0 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)