diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/appl/gssftp/ChangeLog | 4 | ||||
| -rw-r--r-- | src/appl/gssftp/configure.in | 11 |
2 files changed, 15 insertions, 0 deletions
diff --git a/src/appl/gssftp/ChangeLog b/src/appl/gssftp/ChangeLog index 834b776be..249d4c601 100644 --- a/src/appl/gssftp/ChangeLog +++ b/src/appl/gssftp/ChangeLog @@ -1,3 +1,7 @@ +Thu Feb 18 18:35:00 1999 Tom Yu <tlyu@mit.edu> + + * configure.in: Add check for setluid. + 1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu> * Makefile.in: Set the myfulldir and mydir variables (which are diff --git a/src/appl/gssftp/configure.in b/src/appl/gssftp/configure.in index 112a29748..77aadc855 100644 --- a/src/appl/gssftp/configure.in +++ b/src/appl/gssftp/configure.in @@ -65,6 +65,17 @@ else AC_MSG_RESULT(Adding in krb4 support) FTPD_LIBS="../../../krb524/libkrb524.a" fi +case $krb5_cv_host in +alpha-dec-osf*) + AC_CHECK_LIB(security,setluid, + AC_DEFINE(HAVE_SETLUID) + FTPD_LIBS="$FTPD_LIBS -lsecurity" + ) + ;; +esac +dnl +dnl +dnl AC_SUBST(FTPD_LIBS) dnl dnl |
