diff options
author | Theodore Tso <tytso@mit.edu> | 1995-03-01 21:52:28 +0000 |
---|---|---|
committer | Theodore Tso <tytso@mit.edu> | 1995-03-01 21:52:28 +0000 |
commit | cd0a52da406004cbdb61441612afece4549552fc (patch) | |
tree | a86c51d4f863dc051a38f2791eac806664c16971 /src/appl/user_user | |
parent | d4256e27e3a908966c57b3c60537855118c99a06 (diff) | |
download | krb5-cd0a52da406004cbdb61441612afece4549552fc.tar.gz krb5-cd0a52da406004cbdb61441612afece4549552fc.tar.xz krb5-cd0a52da406004cbdb61441612afece4549552fc.zip |
Remove ISODE_INCLUDE, replace check for -lsocket and -lnsl with
WITH_NETLIB check.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5039 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/user_user')
-rw-r--r-- | src/appl/user_user/ChangeLog | 5 | ||||
-rw-r--r-- | src/appl/user_user/configure.in | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/src/appl/user_user/ChangeLog b/src/appl/user_user/ChangeLog index 41d99ef589..99d4f238ec 100644 --- a/src/appl/user_user/ChangeLog +++ b/src/appl/user_user/ChangeLog @@ -1,3 +1,8 @@ +Wed Mar 1 16:26:20 1995 Theodore Y. Ts'o <tytso@dcl> + + * configure.in: Remove ISODE_INCLUDE, replace check for -lsocket + and -lnsl with WITH_NETLIB check. + Tue Feb 28 01:51:29 1995 John Gilmore (gnu at toad.com) * client.c, server.c: Avoid <krb5/...> and <com_err.h> includes. diff --git a/src/appl/user_user/configure.in b/src/appl/user_user/configure.in index 275eece5a1..f55394def5 100644 --- a/src/appl/user_user/configure.in +++ b/src/appl/user_user/configure.in @@ -3,9 +3,7 @@ WITH_CCOPTS CONFIG_RULES AC_SET_BUILDTOP AC_PROG_INSTALL -AC_CHECK_LIB(socket,main) -AC_CHECK_LIB(nsl,main) +WITH_NETLIB KRB_INCLUDE -ISODE_INCLUDE WITH_KRB5ROOT V5_AC_OUTPUT_MAKEFILE |