INN commit: trunk (configure.ac)

INN Commit Russ_Allbery at isc.org
Wed Aug 1 12:55:47 UTC 2007


    Date: Wednesday, August 1, 2007 @ 05:55:46
  Author: iulius
Revision: 7614

Fix the setting of DO_PGPVERIFY (it was always set to false at configure time).

Modified:
  trunk/configure.ac

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

Modified: configure.ac
===================================================================
--- configure.ac	2007-08-01 12:44:29 UTC (rev 7613)
+++ configure.ac	2007-08-01 12:55:46 UTC (rev 7614)
@@ -264,7 +264,7 @@
 AC_ARG_VAR([PGP], [Location of PGP verification program])
 AC_PATH_PROGS([GPGV], [gpgv])
 AC_PATH_PROGS([PGP], [pgpv pgp pgpgpg])
-if test -z "$PATH_PGP" && test -z "$PATH_GPGV" ; then
+if test -z "$PGP" && test -z "$GPGV" ; then
     DO_PGPVERIFY=false
 fi
 AC_SUBST([DO_PGPVERIFY])



More information about the inn-committers mailing list