From bc7e0f63398b42ffb755cbf15df74e09aa781006 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Thu, 17 Dec 2009 17:36:20 +0000 Subject: 2009-12-17 Marcus Brinkmann * configure.ac: Make largefile check more robust. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 85782971..cb3db3d6 100644 --- a/configure.ac +++ b/configure.ac @@ -207,8 +207,8 @@ AC_TYPE_UINTPTR_T # A simple compile time check in gpgme.h for GNU/Linux systems that # prevents a file offset bits mismatch between gpgme and the application. NEED__FILE_OFFSET_BITS=0 -case $ac_cv_sys_file_offset_bits in - no | unknown) ;; +case "$ac_cv_sys_file_offset_bits" in + "" | no | unknown) ;; *) NEED__FILE_OFFSET_BITS=$ac_cv_sys_file_offset_bits ;; -- cgit v1.2.3