summaryrefslogtreecommitdiffstats
path: root/opkg_download.c
diff options
context:
space:
mode:
authorticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-14 23:21:39 (EST)
committer ticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-14 23:21:39 (EST)
commit9a1ee51de496e907052ce083c6a1a4c46341b466 (patch)
treece58facefb7edc30d00831e14183d2aecd696c7c /opkg_download.c
parentc4e460e110a4451e7510ab56a6ee242f65cb0546 (diff)
opkg: disable gpgme header if gpgme disabled from configure
git-svn-id: http://opkg.googlecode.com/svn/trunk@29 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'opkg_download.c')
-rw-r--r--opkg_download.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/opkg_download.c b/opkg_download.c
index 2f87eec..2c2bc57 100644
--- a/opkg_download.c
+++ b/opkg_download.c
@@ -18,7 +18,9 @@
*/
#include <curl/curl.h>
+#ifdef HAVE_GPGME
#include <gpgme.h>
+#endif
#include "opkg.h"
#include "opkg_download.h"