X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.ac;h=2ff8975d284398a6ab6a78de323f166f4a44ec9c;hb=79888cec49c5530b1ff095d963f818848605affb;hp=17c988070a9f6e2c98616143b4d8ed6cc31e4406;hpb=c578eef44367cd7f690cd0147ab9cea5b666bb1f;p=rrdtool.git diff --git a/configure.ac b/configure.ac index 17c9880..2ff8975 100644 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,7 @@ dnl - if any functionality was removed do c++,r=0,a=0. dnl dnl see http://sourceware.org/autobook/autobook/autobook_91.html dnl -LIBVERS=6:999:2 +LIBVERS=6:255:2 AC_SUBST(LIBVERS) AC_CANONICAL_TARGET @@ -281,6 +281,9 @@ AC_CHECK_DECLS(posix_fadvise, [], [], [#define _XOPEN_SOURCE 600 #include ]) AC_CHECK_FUNCS(posix_fadvise) +dnl can we use posix_fallocate +AC_CHECK_FUNCS(posix_fallocate) + CONFIGURE_PART(Libintl Processing) AM_GNU_GETTEXT_VERSION(0.17) @@ -353,6 +356,8 @@ AC_FULL_IEEE CONFIGURE_PART(Resolve Portability Issues) +GC_TIMEZONE() + CHECK_FOR_WORKING_MS_ASYNC dnl do we have nl_langinfo(_NL_TIME_WEEK_1STDAY)