Merged from silc_1_0_branch (second merge).
[silc.git] / apps / irssi / src / silc / core / silc-core.c
index eeea2685303e9ffbbe7e6f804c490d114d8c6fb0..bf572810b301fbd6dd4d3dbdc54a2d3f114693a2 100644 (file)
@@ -360,8 +360,10 @@ void silc_core_init(void)
       "List supported HMACs", NULL },
     { "list-pkcs", 0, POPT_ARG_NONE, NULL, 0,
       "List supported PKCSs", NULL },
+#ifdef SILC_DEBUG
     { "debug", 'd', POPT_ARG_STRING, NULL, 0,
       "Enable debugging", "STRING" },
+#endif /* SILC_DEBUG */
     { "create-key-pair", 'C', POPT_ARG_NONE, NULL, 0,
       "Create new public key pair", NULL },
     { "pkcs", 0, POPT_ARG_STRING, &opt_pkcs, 0,