--- projects/cms/source/ihost/configure.in 2003/03/29 18:09:01 1.19 +++ projects/cms/source/ihost/configure.in 2003/03/29 18:40:57 1.20 @@ -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.19 2003/03/29 18:09:01 tdb Exp $ +# $Id: configure.in,v 1.20 2003/03/29 18:40:57 tdb 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.19 $) +AC_REVISION($Revision: 1.20 $) # Might work with older autoconfs... but tested on 2.57 AC_PREREQ(2.57) @@ -94,7 +94,7 @@ esac # Library checks that need to be done after the OS specific stuff AC_CHECK_LIB(statgrab, get_general_stats,[:],[AC_MSG_ERROR([need libstatgrab])]) -AC_CHECK_LIB(ukcprog, fpgetline,[:],[AC_MSG_ERROR([need libukcprog])],[$LIBUKCPROGLIBS]) +AC_CHECK_LIB(ukcprog, fpgetline,[:],[AC_MSG_ERROR([need libukcprog])]) # 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]])