[seahorse-plugins] Bug 599015 - Seahorse should support GnuPG 2.0



commit 94e42238e3ec1826d60e8de1f7d7b9daabce9cb9
Author: Jeff Cai <jeff cai sun com>
Date:   Sun Nov 29 17:02:13 2009 -0500

    Bug 599015 - Seahorse should support GnuPG 2.0
    
    Patch configure to recognize gpg2

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 6a21af7..9bed84f 100644
--- a/configure.in
+++ b/configure.in
@@ -73,7 +73,7 @@ AC_ARG_ENABLE(gpg-check,
 	
 if test	"$DO_CHECK" = "yes"; then
   accepted_versions="1.2 1.4 2.0"
-  AC_PATH_PROG(GNUPG, gpg, no)
+  AC_PATH_PROGS(GNUPG, [gpg gpg2], no)
   ok="no"
   if test "$GNUPG" != "no"; then
     AC_MSG_CHECKING(for appropriate GnuPG version)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]