From 346825df86466cf151be61b9429ef2c1734e66ea Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Sun, 27 Jun 1999 05:33:04 +0000 Subject: zsh-3.1.5-pws-24 --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 59dcdb991..f134c97c1 100644 --- a/configure.in +++ b/configure.in @@ -598,7 +598,8 @@ main() { return sizeof(ino_t) < 8; } if test "x$enable_lfs" != xno -o $zsh_cv_off_t_is_64_bit = yes \ -o $zsh_cv_ino_t_is_64_bit = yes; then AC_CACHE_CHECK(if compiler has a 64 bit type, zsh_cv_64_bit_type, - [if test "x$enable_lfs" != xyes -a "x$enable_lfs" != xno; then + [if test "x$enable_lfs" != x -a "x$enable_lfs" != xyes \ + -a "x$enable_lfs" != xno; then zsh_64_BIT_TYPE(${enable_lfs}, zsh_cv_64_bit_type, force) else zsh_64_BIT_TYPE(long long, zsh_cv_64_bit_type) -- cgit 1.4.1