$NetBSD: patch-ab,v 1.4 2005/05/19 21:14:11 jmmv Exp $

--- configure.orig	2005-05-07 17:08:51.000000000 +0000
+++ configure
@@ -19614,6 +19614,9 @@ echo $ECHO_N "checking for GPGME - versi
 		 sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/\3/'`
 
 	if test "$major" -eq "$req_major"; then
+	   if test "$minor" -gt "$req_minor"; then
+	       ok="yes"
+	   fi
 	   if test "$minor" -eq "$req_minor"; then
 	     if test "$micro" -ge "$req_micro"; then
 	       ok="yes"
