seahorse/gpgme-1.1.X-configure.patch

12 lines
388 B
Diff

--- configure~ 2006-01-16 11:54:06.000000000 -0500
+++ configure 2006-01-16 11:54:06.000000000 -0500
@@ -19740,7 +19740,7 @@
sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/\3/'`
if test "$major" -eq "$req_major"; then
- if test "$minor" -eq "$req_minor"; then
+ if test "$minor" -ge "$req_minor"; then
if test "$micro" -ge "$req_micro"; then
ok="yes"
fi