diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-01-18 22:49:48 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-01-18 23:04:50 +0100 |
commit | d6a195a3c373f67632cb98d6e6e14f974ef062f9 (patch) | |
tree | 3da905e430e6710ba8863b1673bb988f30979df6 /configure.ac | |
parent | man: update suggested yum command line in nspawn(1) (diff) | |
download | systemd-d6a195a3c373f67632cb98d6e6e14f974ef062f9.tar.xz systemd-d6a195a3c373f67632cb98d6e6e14f974ef062f9.zip |
build-sys: add autoconf macro to pick macro for x32 compatibility
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 3566dac830..540bfa47a5 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 <time.h>]) LT_PREREQ(2.2) LT_INIT([disable-static]) |