Fails when compiling [WAS: Re: [Announce] GPGME 1.0.0 released]

Marcus Brinkmann marcus.brinkmann at ruhr-uni-bochum.de
Thu Sep 30 23:57:55 CEST 2004


At Thu, 30 Sep 2004 19:13:15 +0200,
Jose Carlos Garcia Sogo <jsogo at debian.org> wrote:
> 
> [1  <multipart/signed (7bit)>]
> [1.1  <multipart/mixed (7bit)>]
> [1.1.1  <text/plain; UTF-8 (quoted-printable)>]
> El jue, 30-09-2004 a las 18:07 +0200, Marcus Brinkmann escribió:
> > We are pleased to announce version 1.0.0 of GnuPG Made Easy,
> 
>  Hi, when trying to compile it in Debian fails. Attached is the build
> log.
> 
>  I'm not applying any patch (I have disabled 10_relibtoolize patch you
> can find in 0.9.x versions), so it must be a problem in gpgme itself.

Ok.  Before I make myself a real fool by releasing a GPGME 1.0.1 that
still doesn't work, can you test this patch, please?  It fixes the
problem for me.

diff -u -r1.87 configure.ac
--- configure.ac        30 Sep 2004 01:32:17 -0000      1.87
+++ configure.ac        30 Sep 2004 21:52:25 -0000
@@ -330,7 +330,7 @@
   AC_DEFINE_UNQUOTED(GPGSM_PATH, "$GPGSM", [Path to the GPGSM binary.])
   AC_SUBST(GPGSM)
 fi
-AM_CONDITIONAL(HAVE_GPGSM, [test -n "$GPGSM"])
+AM_CONDITIONAL(HAVE_GPGSM, ["$GPGSM" != "no"])
 dnl Check for GPGSM version requirement.
 GPGSM_VERSION=unknown
 ok=maybe

Thanks,
Marcus




More information about the Gnupg-devel mailing list