--- projects/cms/source/ihost/configure.in 2003/03/30 14:52:24 1.22 +++ projects/cms/source/ihost/configure.in 2003/04/06 12:08:37 1.23 @@ -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.22 2003/03/30 14:52:24 tdb Exp $ +# $Id: configure.in,v 1.23 2003/04/06 12:08:37 pajs Exp $ # # Change these to change the package name and version @@ -10,7 +10,7 @@ AC_INIT(ihost, 1.5.5, dev@i-scream.org.uk) AM_INIT_AUTOMAKE(ihost, 1.5.5) # Revision number (automatically updated) -AC_REVISION($Revision: 1.22 $) +AC_REVISION($Revision: 1.23 $) # Might work with older autoconfs... but tested on 2.57 AC_PREREQ(2.57) @@ -81,7 +81,7 @@ solaris2.*) freebsd4.*) AC_CHECK_LIB(ukcprog, fpgetline,[:],[AC_MSG_ERROR([need libukcprog])]) AC_DEFINE(FREEBSD, , [Building on FreeBSD 4.x]) - LIBS="$LIBS -lkvm -lstatgrab -lukcprog -static" + LIBS="$LIBS -lstatgrab -lkvm -ldevstat -lukcprog -static" # FreeBSD needs ihost to be setgid kmem AM_CONDITIONAL(SETGIDKMEM, true) ;;