X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=configure.in;h=0b5e2705f8e4cfa53a4a1e4eed87603375630ea1;hb=a05f3cb550877e94aa118cc04b361c0c8fdb3dc3;hp=3998126c80bd976e39f6d224e50b3572de4c95ab;hpb=f030c81015a387f4935dd2c3e8de3383e636d75c;p=ctsim.git diff --git a/configure.in b/configure.in index 3998126..0b5e270 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Must reset CDPATH so that bash's cd does not print to stdout dnl CDPATH= AC_INIT(src/ctsim.cpp) -AM_INIT_AUTOMAKE(ctsim,2.0.0b9) +AM_INIT_AUTOMAKE(ctsim,2.0.0b11) AM_CONFIG_HEADER(config.h) dnl Checks for programs. @@ -99,7 +99,7 @@ AC_STRUCT_TM dnl Checks for library functions. AC_FUNC_VPRINTF -AC_CHECK_FUNCS(strtod strtol snprintf htonl) +AC_CHECK_FUNCS(strtod strtol snprintf htonl usleep) AC_CHECK_FUNC(basename) AC_CHECK_FUNC(setjmp) if test "${OSTYPE}" = "cygwin" ; then