diff options
author | marha <marha@users.sourceforge.net> | 2009-12-05 17:40:56 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-12-05 17:40:56 +0000 |
commit | 5c9827c199e9ecbee2602fd61fa678484c57aad1 (patch) | |
tree | f1567ef1eb76b93dec4eda2d7a67a89ea4322231 /libxcb/acinclude.m4 | |
parent | 263c230ab177de2e870649a955ed1c9425f64f13 (diff) | |
parent | 3e1ba549192a68801232c28a9c12defb59531654 (diff) | |
download | vcxsrv-5c9827c199e9ecbee2602fd61fa678484c57aad1.tar.gz vcxsrv-5c9827c199e9ecbee2602fd61fa678484c57aad1.tar.bz2 vcxsrv-5c9827c199e9ecbee2602fd61fa678484c57aad1.zip |
svn merge ^/branches/released
Diffstat (limited to 'libxcb/acinclude.m4')
-rw-r--r-- | libxcb/acinclude.m4 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libxcb/acinclude.m4 b/libxcb/acinclude.m4 index bc981504c..ad24bc2e5 100644 --- a/libxcb/acinclude.m4 +++ b/libxcb/acinclude.m4 @@ -102,6 +102,11 @@ AC_ARG_WITH( AC_MSG_WARN( [Warning: no doxygen detected. Documentation will not be built]) fi]) + AC_PATH_PROG(DOT, dot, no) + if test "$DOT" = "no"; then + AC_MSG_WARN([Warning: no dot detected. Documentation will not be built]) + BUILD_DOCS="no" + fi fi AC_MSG_CHECKING([whether documentation is built]) AC_MSG_RESULT([${BUILD_DOCS}]) |