aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2016-05-29 01:07:40 -0400
committerTheodore Ts'o <tytso@mit.edu>2016-05-29 01:07:40 -0400
commit2dd680f3b9ff65c1aa0ae3af77aac55ad356f143 (patch)
treeb0fdee1e87b765f4a328f44cbadc72c55e496e60 /configure.ac
parentc40c832b4cda298e30ce3c9a0ee2734cc13b9efa (diff)
downloadandroid_external_e2fsprogs-2dd680f3b9ff65c1aa0ae3af77aac55ad356f143.tar.gz
android_external_e2fsprogs-2dd680f3b9ff65c1aa0ae3af77aac55ad356f143.tar.bz2
android_external_e2fsprogs-2dd680f3b9ff65c1aa0ae3af77aac55ad356f143.zip
tests: fix f_pre_1970_date_encoding on systems with a 32-bit time_t
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e8e0d68a..b8e2d4ac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -971,16 +971,19 @@ AC_CHECK_SIZEOF(int)
AC_CHECK_SIZEOF(long)
AC_CHECK_SIZEOF(long long)
AC_CHECK_SIZEOF(off_t)
+AC_CHECK_SIZEOF(time_t)
SIZEOF_SHORT=$ac_cv_sizeof_short
SIZEOF_INT=$ac_cv_sizeof_int
SIZEOF_LONG=$ac_cv_sizeof_long
SIZEOF_LONG_LONG=$ac_cv_sizeof_long_long
SIZEOF_OFF_T=$ac_cv_sizeof_off_t
+SIZEOF_TIME_T=$ac_cv_sizeof_time_t
AC_SUBST(SIZEOF_SHORT)
AC_SUBST(SIZEOF_INT)
AC_SUBST(SIZEOF_LONG)
AC_SUBST(SIZEOF_LONG_LONG)
AC_SUBST(SIZEOF_OFF_T)
+AC_SUBST(SIZEOF_TIME_T)
AC_C_BIGENDIAN
if test $cross_compiling = no; then
BUILD_CC="$BUILD_CC" CPP="$CPP" /bin/sh $ac_aux_dir/parse-types.sh