Update of /cvsroot/srvx/services
In directory sc8-pr-cvs1:/tmp/cvs-serv22757
Modified Files:
configure.in
Log Message:
At some point (glibc-2.3?) 'stats uptime' apparently broke. Fix it.
Index: configure.in
===================================================================
RCS file: /cvsroot/srvx/services/configure.in,v
retrieving revision 1.69
retrieving revision 1.70
diff -C2 -r1.69 -r1.70
*** configure.in 6 Jul 2003 03:29:54 -0000 1.69
--- configure.in 20 Jul 2003 13:18:22 -0000 1.70
***************
*** 77,81 ****
dnl We have fallbacks in case these are missing, so just check for them.
! AC_CHECK_FUNCS(bcopy memcpy memset strdup strerror strsignal localtime_r setrlimit inet_ntoa getopt getopt_long regcomp regexec regfree,,)
dnl Check for absolutely required library functions.
--- 77,81 ----
dnl We have fallbacks in case these are missing, so just check for them.
! AC_CHECK_FUNCS(bcopy memcpy memset strdup strerror strsignal localtime_r setrlimit inet_ntoa getopt getopt_long regcomp regexec regfree sysconf,,)
dnl Check for absolutely required library functions.
|