summaryrefslogtreecommitdiffstats
path: root/autowaf.py
diff options
context:
space:
mode:
Diffstat (limited to 'autowaf.py')
-rw-r--r--autowaf.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/autowaf.py b/autowaf.py
index e498eb5..cfaa498 100644
--- a/autowaf.py
+++ b/autowaf.py
@@ -216,15 +216,6 @@ def configure(conf):
conf.env['LV2DIR'] = normpath(conf.env['LV2DIR'])
- if Options.options.docs:
- doxygen = conf.find_program('doxygen')
- if not doxygen:
- conf.fatal("Doxygen is required to build with --docs")
-
- dot = conf.find_program('dot')
- if not dot:
- conf.fatal("Graphviz (dot) is required to build with --docs")
-
if Options.options.debug:
if conf.env['MSVC_COMPILER']:
conf.env['CFLAGS'] = ['/Od', '/Zi', '/MTd']