From 09bd226ff479c3ab3b265c1ae721c3ca190d3c83 Mon Sep 17 00:00:00 2001 From: dequis Date: Sun, 17 May 2015 23:22:23 -0300 Subject: Include prebuilt skyped manpage, remove asciidoc dependency --- configure | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 44ea6a29..eb704843 100755 --- a/configure +++ b/configure @@ -687,16 +687,6 @@ if [ "$doc" = "1" ]; then exit 1 fi echo "DOC=1" >> Makefile.settings - - if [ "$skype" = "1" -o "$skype" = "plugin" ]; then - # skype also needs asciidoc - if ! type a2x > /dev/null 2> /dev/null; then - echo - echo 'WARNING: The skyped man page requires asciidoc. It will not be generated.' - else - echo "ASCIIDOC=1" >> Makefile.settings - fi - fi fi get_version -- cgit v1.2.3