]> git.pld-linux.org Git - packages/anubis.git/blame - anubis-configure_gpgme.patch
- force to use openssl >= 0.9.7, idea by kloczek
[packages/anubis.git] / anubis-configure_gpgme.patch
CommitLineData
ef8b88b3 1--- anubis-3.6.2.orig/configure.ac 2003-01-26 19:28:33.000000000 +0100
2+++ anubis-3.6.2/configure.ac 2003-01-26 19:49:52.000000000 +0100
3@@ -79,7 +74,7 @@
4 dnl Use option --without-gpgme to NOT compile the GnuPG (GPGME library) support.
5 AC_ARG_WITH(gpgme,
6 [ --without-gpgme disable the GnuPG (GPGME library) support],
7- [with_gpgme=no],
8+ [with_gpgme=$withval],
9 [with_gpgme=yes])
10 if test "$with_gpgme" = "no"; then
11 AC_DEFINE(NOGPG, 1, [Define to 1 if NOGPG is requested.])
This page took 0.104287 seconds and 4 git commands to generate.