]> git.pld-linux.org Git - packages/anubis.git/blob - anubis-configure_gpgme.patch
- fixes explicit enabling of gpgme
[packages/anubis.git] / anubis-configure_gpgme.patch
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.037539 seconds and 3 git commands to generate.