--- projects/cms/source/ihost/configure.in 2004/01/06 17:02:48 1.31 +++ projects/cms/source/ihost/configure.in 2004/05/30 17:13:05 1.32 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. # # configure.in for i-scream ihost -# $Id: configure.in,v 1.31 2004/01/06 17:02:48 tdb Exp $ +# $Id: configure.in,v 1.32 2004/05/30 17:13:05 tdb Exp $ # # Change these to change the package name and version @@ -10,7 +10,7 @@ AC_INIT(ihost, 1.5.8, bugs@i-scream.org) AM_INIT_AUTOMAKE(ihost, 1.5.8) # Revision number (automatically updated) -AC_REVISION($Revision: 1.31 $) +AC_REVISION($Revision: 1.32 $) # Might work with older autoconfs... but tested on 2.57 AC_PREREQ(2.57) @@ -106,7 +106,7 @@ cygwin) esac # Check for libstatgrab -AC_CHECK_LIB(statgrab, get_general_stats,[:],[AC_MSG_ERROR([need libstatgrab])]) +AC_CHECK_LIB(statgrab, sg_get_host_info,[:],[AC_MSG_ERROR([need libstatgrab])]) # Check for the --with-pid-file option AC_ARG_WITH([pid-file], [ --with-pid-file=FILE location of PID file (default: /var/tmp/.ihost.pid)], [pidfile=$withval], [pidfile=[/var/tmp/.ihost.pid]])