INN commit: branches/2.5 (configure.ac)

INN Commit rra at isc.org
Mon Dec 21 10:00:55 UTC 2009


    Date: Monday, December 21, 2009 @ 02:00:55
  Author: iulius
Revision: 8852

Search for gpgv2 (besides gpgv).  Otherwise, GnuPG cannot be found
on a few platforms like FreeBSD.

Modified:
  branches/2.5/configure.ac

--------------+
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: configure.ac
===================================================================
--- configure.ac	2009-12-21 09:59:40 UTC (rev 8851)
+++ configure.ac	2009-12-21 10:00:55 UTC (rev 8852)
@@ -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