X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=configure.ac;h=7fe70bcdca18331bc5c2b11102c9823ebac5365d;hb=db7796a0c6540ad1d852616f2895b6c5205fbfe0;hp=8ac75780fb79c4a3bbe69a56c21920fd8a37a6ad;hpb=956fb94078d392234b8fedfdc228ba862430562e;p=rrdtool.git diff --git a/configure.ac b/configure.ac index 8ac7578..7fe70bc 100644 --- a/configure.ac +++ b/configure.ac @@ -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) @@ -839,7 +844,7 @@ if test "$enable_tcl" = "yes"; then withval="" AC_ARG_WITH(tcllib,[ --with-tcllib=DIR location of the tclConfig.sh]) enable_tcl=no - for dir in $withval /usr/lib /usr/local/lib /usr/lib/tcl8.4 /usr/lib/tcl8.3 ; do + for dir in $withval /usr/lib /usr/lib64 /usr/local/lib /usr/lib/tcl8.4 /usr/lib/tcl8.3 ; do AC_MSG_CHECKING(for tclConfig.sh in $dir) if test -f "$dir/tclConfig.sh" ; then tcl_config=$dir/tclConfig.sh