[seahorse] Bug 599015 - Seahorse should support GnuPG 2.0



commit 418dd39300417cd5bc8f7effdd73673fa84916e3
Author: Jeff Cai <jeff cai sun com>
Date:   Sun Nov 29 16:59:05 2009 -0500

    Bug 599015 - Seahorse should support GnuPG 2.0
    
    Patch the configure script

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 66e2d5d..0b2fd8a 100644
--- a/configure.in
+++ b/configure.in
@@ -103,7 +103,7 @@ else
 	
 	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]