[svn] gpgme - r1442 - trunk

svn author marcus cvs at cvs.gnupg.org
Thu Dec 17 18:36:20 CET 2009


Author: marcus
Date: 2009-12-17 18:36:20 +0100 (Thu, 17 Dec 2009)
New Revision: 1442

Modified:
   trunk/ChangeLog
   trunk/configure.ac
Log:
2009-12-17  Marcus Brinkmann  <marcus at g10code.de>

	* configure.ac: Make largefile check more robust.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-12-15 01:01:40 UTC (rev 1441)
+++ trunk/ChangeLog	2009-12-17 17:36:20 UTC (rev 1442)
@@ -1,3 +1,7 @@
+2009-12-17  Marcus Brinkmann  <marcus at g10code.de>
+
+	* configure.ac: Make largefile check more robust.
+
 2009-12-10  Werner Koch  <wk at g10code.com>
 
 	* configure.ac: Check for getgid and getegid.

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2009-12-15 01:01:40 UTC (rev 1441)
+++ trunk/configure.ac	2009-12-17 17:36:20 UTC (rev 1442)
@@ -207,8 +207,8 @@
 # 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
   ;;




More information about the Gnupg-commits mailing list