X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=configure.ac;h=0d39a7b41dbaf29fd36bb402e08aee140b6c3ed1;hp=73bfccb85dae2c8e977639e676cc0aa37fd80b2e;hb=591bd42a2c2ef80a7e1753e00001ea0633978660;hpb=11dcaf34e396e32df42ed98eebdd512d51a6f2ac diff --git a/configure.ac b/configure.ac index 73bfccb..0d39a7b 100644 --- a/configure.ac +++ b/configure.ac @@ -113,7 +113,7 @@ AS_HELP_STRING([--disable-mmap],[disable mmap in rrd_update, use seek+write inst [], [enable_mmap=yes]) -AC_ARG_ENABLE(pthread,AS_HELP_STRING([--disable-pthread][disable multithread support]), +AC_ARG_ENABLE(pthread,AS_HELP_STRING([--disable-pthread],[disable multithread support]), [],[enable_pthread=yes]) AC_ARG_ENABLE(static-programs, @@ -366,6 +366,8 @@ AC_FULL_IEEE CONFIGURE_PART(Resolve Portability Issues) +CHECK_FOR_WORKING_MS_ASYNC + dnl Do we need getopt_long build_getopt=no @@ -873,6 +875,7 @@ AC_CONFIG_FILES([examples/minmax.pl]) AC_CONFIG_FILES([examples/4charts.pl]) AC_CONFIG_FILES([examples/perftest.pl]) AC_CONFIG_FILES([examples/Makefile]) +AC_CONFIG_FILES([examples/rrdcached/Makefile]) AC_CONFIG_FILES([doc/Makefile]) AC_CONFIG_FILES([po/Makefile.in]) AC_CONFIG_FILES([src/Makefile])