# | Line 106 | Line 106 | cygwin) | |
---|---|---|
106 | esac | |
107 | ||
108 | # Check for libstatgrab | |
109 | < | AC_CHECK_LIB(statgrab, get_general_stats,[:],[AC_MSG_ERROR([need libstatgrab])]) |
109 | > | AC_CHECK_LIB(statgrab, sg_get_host_info,[:],[AC_MSG_ERROR([need libstatgrab])]) |
110 | ||
111 | # Check for the --with-pid-file option | |
112 | 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]]) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |