ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/ihost/configure.in
(Generate patch)

Comparing projects/cms/source/ihost/configure.in (file contents):
Revision 1.19 by tdb, Sat Mar 29 18:09:01 2003 UTC vs.
Revision 1.20 by tdb, Sat Mar 29 18:40:57 2003 UTC

# Line 94 | Line 94 | esac
94  
95   # Library checks that need to be done after the OS specific stuff
96   AC_CHECK_LIB(statgrab, get_general_stats,[:],[AC_MSG_ERROR([need libstatgrab])])
97 < AC_CHECK_LIB(ukcprog, fpgetline,[:],[AC_MSG_ERROR([need libukcprog])],[$LIBUKCPROGLIBS])
97 > AC_CHECK_LIB(ukcprog, fpgetline,[:],[AC_MSG_ERROR([need libukcprog])])
98  
99   # Check for the --with-pid-file option
100   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]])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines