[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdepim/libkdenetwork/gpgmepp
From:       David Faure <faure () kde ! org>
Date:       2004-06-10 16:18:37
Message-ID: 20040610161837.D1286126F5 () office ! kde ! org
[Download RAW message or body]

CVS commit by faure: 

Increased minimum required gpgme version to 0.4.5.
It was the first useable one for C++ (class keyword) and KDE (largefile support).
If gpgme < 0.4.5 is found on the system, or none at all, then gpgme-copy is used.


  M +6 -5      configure.in.in   1.16


--- kdepim/libkdenetwork/gpgmepp/configure.in.in  #1.15:1.16
@@ -82,6 +82,9 @@
 dnl END inline of gpgme.m4
 
+# The minimum required gpgme version is 0.4.5.
+# It was the first useable one for C++ (class keyword) and KDE (largefile support).
+
 kdepim_needs_gpgme_copy=""
-KDEPIM_PATH_GPGME(0.4.4,[
+KDEPIM_PATH_GPGME(0.4.5,[
         AC_LANG_SAVE
         AC_LANG_C
@@ -138,7 +141,5 @@
 
 dnl Always true - either from the local copy or from the system lib.
-dnl Only kept for compat, feel free to clean up those 3 lines
-AC_DEFINE(HAVE_GPGME_H, 1, [Define to 1 if you have gpgme >= 0.4.4])
-AC_DEFINE(HAVE_GPGME_0_4_BRANCH, 1, [Define to 1 if you have gpgme >= 0.4.4])
-AM_CONDITIONAL(have_gpgme, true)
+dnl Still used in gpgmepp/gpgmefw.h for some reason.
+AC_DEFINE(HAVE_GPGME_0_4_BRANCH, 1, [Always set since we use gpgme-copy if gpgme isn't available])
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic