seahorse/seahorse-2.23.90-gpg2.patch
Michel Alexandre Salim 9a6d879e4b * Sat Aug 30 2008 Michel Salim <salimma@fedoraproject.org> 2.23.90-2
- Patch configure to detect gpg2 binary
2008-08-31 03:05:54 +00:00

12 lines
521 B
Diff

--- seahorse-2.23.90/configure.gpg2 2008-08-18 13:01:35.000000000 -0400
+++ seahorse-2.23.90/configure 2008-08-30 22:50:06.000000000 -0400
@@ -21829,7 +21829,7 @@
if test "$DO_CHECK" = "yes"; then
accepted_versions="1.2 1.4 2.0"
# Extract the first word of "gpg", so it can be a program name with args.
-set dummy gpg; ac_word=$2
+set dummy gpg2; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
if test "${ac_cv_path_GNUPG+set}" = set; then