From cc1fd2ff2a440a7fdb2a30ef66aba31043c4ba92 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 1 Jun 2016 16:06:07 +0200 Subject: Add FZ_ENABLE_JS configuration define. --- source/tools/mutool.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/tools') diff --git a/source/tools/mutool.c b/source/tools/mutool.c index 95c49fa1..20f4f957 100644 --- a/source/tools/mutool.c +++ b/source/tools/mutool.c @@ -28,7 +28,9 @@ static struct { } tools[] = { { muconvert_main, "convert", "convert document" }, { mudraw_main, "draw", "convert document" }, +#if FZ_ENABLE_JS { murun_main, "run", "run javascript" }, +#endif #if FZ_ENABLE_PDF { pdfclean_main, "clean", "rewrite pdf file" }, { pdfextract_main, "extract", "extract font and image resources" }, -- cgit v1.2.3