]> git.pld-linux.org Git - packages/zif.git/blame - zif-link.patch
- updated to 0.2.3
[packages/zif.git] / zif-link.patch
CommitLineData
8a9884f2
JB
1--- zif-0.2.3/configure.ac.orig 2011-09-05 12:53:07.000000000 +0200
2+++ zif-0.2.3/configure.ac 2013-11-19 21:28:52.879994191 +0100
3@@ -82,8 +82,8 @@
4 AC_MSG_ERROR([Cannot locate gpgme])
5 else
6 AC_MSG_RESULT([yes])
7- GPGME_CFLAGS="`\"/usr/bin/gpgme-config\" --cflags`"
8- GPGME_LIBS="`\"/usr/bin/gpgme-config\" --libs`"
9+ GPGME_CFLAGS="$(/usr/bin/gpgme-config --cflags)"
10+ GPGME_LIBS="$(/usr/bin/gpgme-config --libs)"
11 AC_SUBST([GPGME_CFLAGS])
12 AC_SUBST([GPGME_LIBS])
13 AC_DEFINE(USE_GPGME, 1, [if we should use gpgme])
This page took 0.024541 seconds and 4 git commands to generate.