From 21eb7f75a568f0c6e44836b89ca57f5d7846f5dc Mon Sep 17 00:00:00 2001 From: ticktock35 Date: Fri, 26 Dec 2008 02:07:21 -0500 Subject: when configure with --disable-gpg, no message complain about the signature stuff. git-svn-id: http://opkg.googlecode.com/svn/trunk@189 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'libopkg/opkg_download.c') diff --git a/libopkg/opkg_download.c b/libopkg/opkg_download.c index 04073cf..bc1cfaf 100644 --- a/libopkg/opkg_download.c +++ b/libopkg/opkg_download.c @@ -346,7 +346,6 @@ opkg_verify_file (opkg_conf_t *conf, char *text_file, char *sig_file) return status; #else - opkg_message (conf, OPKG_NOTICE, "Signature check for %s was skipped because GPG support was not enabled in this build\n"); return 0; #endif } -- cgit v0.9.1