X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=configure.ac;h=540bfa47a5fc1a8f316246b0f69461ac8561d506;hp=3566dac830a1d00bfc4eb24f3f0a535950c76015;hb=c93350728e822c3da7522664cf0a0e0ee10509fa;hpb=6a17986542912ed80d9fdc1b6eaa6d48fdd5d02d diff --git a/configure.ac b/configure.ac index 3566dac83..540bfa47a 100644 --- a/configure.ac +++ b/configure.ac @@ -40,6 +40,7 @@ AC_DEFINE_UNQUOTED([CANONICAL_HOST], "$host", [Canonical host string.]) AS_IF([test "x$host_cpu" = "xmips" || test "x$host_cpu" = "xmipsel" || test "x$host_cpu" = "xmips64" || test "x$host_cpu" = "xmips64el"], [AC_DEFINE(ARCH_MIPS, [], [Whether on mips arch])]) +SD_CHECK_MAX_INT_SIZE([time_t], [#include ]) LT_PREREQ(2.2) LT_INIT([disable-static])