INN commit: trunk (configure.ac)
INN Commit
rra at isc.org
Mon Dec 21 09:57:40 UTC 2009
Date: Monday, December 21, 2009 @ 01:57:39
Author: iulius
Revision: 8849
Search for gpgv2 (besides gpgv). Otherwise, GnuPG cannot be found
on a few platforms like FreeBSD.
Modified:
trunk/configure.ac
--------------+
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: configure.ac
===================================================================
--- configure.ac 2009-12-16 22:11:07 UTC (rev 8848)
+++ configure.ac 2009-12-21 09:57:39 UTC (rev 8849)
@@ -279,7 +279,7 @@
DO_PGPVERIFY=true
AC_ARG_VAR([GPGV], [Location of GnuPG gpgv program])
AC_ARG_VAR([PGP], [Location of PGP verification program])
-AC_PATH_PROGS([GPGV], [gpgv])
+AC_PATH_PROGS([GPGV], [gpgv2 gpgv])
AC_PATH_PROGS([PGP], [pgpv pgp pgpgpg])
if test -z "$PGP" && test -z "$GPGV" ; then
DO_PGPVERIFY=false
More information about the inn-committers
mailing list