r4019 - trunk/src/target/opkg

thomas at sita.openmoko.org thomas at sita.openmoko.org
Tue Feb 5 13:16:56 CET 2008


Author: thomas
Date: 2008-02-05 13:16:55 +0100 (Tue, 05 Feb 2008)
New Revision: 4019

Modified:
   trunk/src/target/opkg/opkg_download.c
Log:
opkg: disable gpgme header if gpgme disabled from configure


Modified: trunk/src/target/opkg/opkg_download.c
===================================================================
--- trunk/src/target/opkg/opkg_download.c	2008-02-05 11:56:28 UTC (rev 4018)
+++ trunk/src/target/opkg/opkg_download.c	2008-02-05 12:16:55 UTC (rev 4019)
@@ -18,7 +18,9 @@
 */
 
 #include <curl/curl.h>
+#ifdef HAVE_GPGME
 #include <gpgme.h>
+#endif
 
 #include "opkg.h"
 #include "opkg_download.h"





More information about the commitlog mailing list