summaryrefslogtreecommitdiffstats
path: root/src/appl/configure.in
diff options
context:
space:
mode:
authorMark Eichin <eichin@mit.edu>1996-01-15 07:39:40 +0000
committerMark Eichin <eichin@mit.edu>1996-01-15 07:39:40 +0000
commit74fdaf9a1991c8d608eb1f29970feabb58186101 (patch)
treeb7eed97082f5495de77936b672adbcc3cae4eee8 /src/appl/configure.in
parent538834a81c4d9e9e5c41a0e7c0b67933728ee1e0 (diff)
downloadkrb5-74fdaf9a1991c8d608eb1f29970feabb58186101.tar.gz
krb5-74fdaf9a1991c8d608eb1f29970feabb58186101.tar.xz
krb5-74fdaf9a1991c8d608eb1f29970feabb58186101.zip
* configure.in: add gssftp to CONFIG_DIRS so that the GSSAPI
implementation of ftp gets built as well. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7316 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/configure.in')
-rw-r--r--src/appl/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/appl/configure.in b/src/appl/configure.in
index aa2225f43..a738a3387 100644
--- a/src/appl/configure.in
+++ b/src/appl/configure.in
@@ -1,5 +1,5 @@
AC_INIT(configure.in)
CONFIG_RULES
-CONFIG_DIRS(sample simple user_user bsd gss-sample telnet popper movemail mailquery)
+CONFIG_DIRS(sample simple user_user bsd gss-sample gssftp telnet popper movemail mailquery)
DO_SUBDIRS
V5_AC_OUTPUT_MAKEFILE