summaryrefslogtreecommitdiffstats
path: root/libopkg/opkg_download.c
diff options
context:
space:
mode:
authorticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-26 02:07:21 (EST)
committer ticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-26 02:07:21 (EST)
commit21eb7f75a568f0c6e44836b89ca57f5d7846f5dc (patch)
tree8f41675a936acb6a5b8015ccc04d194ab37cd6b0 /libopkg/opkg_download.c
parentc47de3655a9329260b94cec745eec3c460aa1057 (diff)
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
Diffstat (limited to 'libopkg/opkg_download.c')
-rw-r--r--libopkg/opkg_download.c1
1 files changed, 0 insertions, 1 deletions
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
}