|
From: Martin R. <ru...@us...> - 2004-08-06 05:59:36
|
Update of /cvsroot/foo/foo/elkfoo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28938 Modified Files: configure.ac Log Message: cleaned up. don't check for unused headers/functions Index: configure.ac =================================================================== RCS file: /cvsroot/foo/foo/elkfoo/configure.ac,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** configure.ac 6 Aug 2004 02:53:47 -0000 1.7 --- configure.ac 6 Aug 2004 05:59:27 -0000 1.8 *************** *** 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 --- 49,53 ---- AC_TYPE_SIGNAL AC_FUNC_STAT ! AC_CHECK_FUNCS([gettimeofday getcwd memset mkdir pow rint rmdir sqrt strdup sigaction]) # check for foundation library to use |