|
From: Martin R. <ru...@us...> - 2004-08-05 22:21:30
|
Update of /cvsroot/foo/foo/elkfoo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3585 Modified Files: configure.ac Log Message: check for gettimeofday() rather than ftime() Index: configure.ac =================================================================== RCS file: /cvsroot/foo/foo/elkfoo/configure.ac,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** configure.ac 5 Aug 2004 22:11:46 -0000 1.4 --- configure.ac 5 Aug 2004 22:21:21 -0000 1.5 *************** *** 49,53 **** AC_TYPE_SIGNAL AC_FUNC_STAT ! AC_CHECK_FUNCS([bzero ftime getcwd memset mkdir pow rint rmdir sqrt strdup sigaction]) # check for foundation library to use --- 49,53 ---- AC_TYPE_SIGNAL AC_FUNC_STAT ! AC_CHECK_FUNCS([bzero gettimeofday getcwd memset mkdir pow rint rmdir sqrt strdup sigaction]) # check for foundation library to use |