Added a test for the resolv library for the gethostby* functions.

This commit is contained in:
Robert James Kaes 2001-06-02 02:12:47 +00:00
parent 0a5b82cd97
commit cce7ca652c
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2001-06-01 Robert James Kaes <rjkaes@flarenet.com>
* configure.in: Added a test for the resolv library for the
gethostby* functions. Also bumped up the preversion.
2001-05-26 Robert James Kaes <rjkaes@flarenet.com>
* src/tinyproxy.c (main): Added code to stop the creation of core

View File

@ -1,7 +1,7 @@
dnl $Id: configure.in,v 1.7 2001-05-27 02:40:23 rjkaes Exp $
dnl $Id: configure.in,v 1.8 2001-06-02 02:12:47 rjkaes Exp $
AC_INIT()
AM_INIT_AUTOMAKE(tinyproxy,1.4.0pre3)
AM_INIT_AUTOMAKE(tinyproxy,1.4.0pre4)
AM_CONFIG_HEADER(config.h)
AC_CANONICAL_HOST
@ -48,6 +48,7 @@ fi
AC_CHECK_LIB(nsl, t_open)
AC_CHECK_LIB(socket, socket)
AC_CHECK_LIB(resolv, gethostbyname)
dnl Checks for library functions.
AC_TYPE_SIGNAL