chiark / gitweb /
Replace autoconf int max test with simple define
[elogind.git] / configure.ac
index ee599a78589a1299e9990b92bf8c2a2591eac7a0..d94af7b3048d7cbf0c4233e37f21cd00f6b3e29a 100644 (file)
@@ -40,7 +40,6 @@ 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 <time.h>])
 
 LT_PREREQ(2.2)
 LT_INIT([disable-static])