configure.ac
changeset 1108 253b66e7e41d
parent 939 1559584ca634
child 1163 eb4e28715baf
     1.1 --- a/configure.ac	Sat Jan 29 15:09:41 2005 +0000
     1.2 +++ b/configure.ac	Sat Jan 29 23:22:02 2005 +0000
     1.3 @@ -25,7 +25,7 @@
     1.4  
     1.5  dnl Checks for library functions.
     1.6  AC_HEADER_STDC
     1.7 -AC_CHECK_FUNCS(gettimeofday)
     1.8 +AC_CHECK_FUNCS(gettimeofday times ctime_r)
     1.9  
    1.10  AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile src/lemon/Makefile src/test/Makefile src/benchmark/Makefile src/demo/Makefile])
    1.11  AC_OUTPUT