diff options
author | marha <marha@users.sourceforge.net> | 2009-12-05 16:27:40 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-12-05 16:27:40 +0000 |
commit | 3e1ba549192a68801232c28a9c12defb59531654 (patch) | |
tree | c6b71df329b309ea33a71474e0e088c50306114a /libxcb/acinclude.m4 | |
parent | 57d9bcf864f9cb9f664db5ebe3ea3933aae3c96f (diff) | |
download | vcxsrv-3e1ba549192a68801232c28a9c12defb59531654.tar.gz vcxsrv-3e1ba549192a68801232c28a9c12defb59531654.tar.bz2 vcxsrv-3e1ba549192a68801232c28a9c12defb59531654.zip |
Updated to libxcb-1.5
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}]) |