diff options
Diffstat (limited to 'src/appl/mailquery')
| -rw-r--r-- | src/appl/mailquery/ChangeLog | 5 | ||||
| -rw-r--r-- | src/appl/mailquery/configure.in | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/src/appl/mailquery/ChangeLog b/src/appl/mailquery/ChangeLog index 565ee8f21..70d271cae 100644 --- a/src/appl/mailquery/ChangeLog +++ b/src/appl/mailquery/ChangeLog @@ -1,3 +1,8 @@ +Wed Mar 1 11:55:43 1995 Theodore Y. Ts'o <tytso@dcl> + + * configure.in: Replace check for -lsocket and -lnsl with + WITH_NETLIB check. + Tue Feb 28 01:52:34 1995 John Gilmore (gnu at toad.com) * poplib.c: Avoid <krb5/...> includes. diff --git a/src/appl/mailquery/configure.in b/src/appl/mailquery/configure.in index ea794f00a..c371893de 100644 --- a/src/appl/mailquery/configure.in +++ b/src/appl/mailquery/configure.in @@ -3,8 +3,7 @@ WITH_CCOPTS CONFIG_RULES AC_SET_BUILDTOP AC_PROG_INSTALL -AC_CHECK_LIB(socket,main) -AC_CHECK_LIB(nsl,main) +WITH_NETLIB AC_HAVE_HEADERS(unistd.h) WITH_KRB5ROOT AC_FUNC_CHECK(strerror,AC_DEFINE(HAS_STRERROR)) |
