diff options
author | David Robillard <d@drobilla.net> | 2008-06-09 18:37:48 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-06-09 18:37:48 +0000 |
commit | afb46e5bfeae9a458f40e37dc1d22beab466f841 (patch) | |
tree | 62603cd917a93c8c508cddd1df551889572217f4 /configure.ac | |
parent | 2f7de4c6607ce43466d5b2e63fd89dae129e9ce8 (diff) | |
download | raul-afb46e5bfeae9a458f40e37dc1d22beab466f841.tar.gz raul-afb46e5bfeae9a458f40e37dc1d22beab466f841.tar.bz2 raul-afb46e5bfeae9a458f40e37dc1d22beab466f841.zip |
Fix building w/o doxygen maybe for real this time.
git-svn-id: http://svn.drobilla.net/lad/raul@1252 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e85cbc6..8e250db 100644 --- a/configure.ac +++ b/configure.ac @@ -161,7 +161,7 @@ fi # Build documentation build_documentation="yes" AC_ARG_ENABLE(documentation, - [AS_HELP_STRING(--enable-documentation, [Build documentation (no)])], + [AS_HELP_STRING(--enable-documentation, [Build documentation (yes, if doxygen available)])], [build_documentation="$enableval"]) if test "$build_documentation" = "yes"; then AC_CHECK_PROG(HAVE_DOXYGEN, doxygen, true, false) |