9a6d879e4b
- Patch configure to detect gpg2 binary
12 lines
521 B
Diff
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
|