diff options
author | Gary Kramlich <grim@reaperworld.com> | 2005-05-16 21:48:05 +0000 |
---|---|---|
committer | Gary Kramlich <grim@reaperworld.com> | 2005-05-16 21:48:05 +0000 |
commit | 97b4b30221e5dc2deba6196ed46213b472094119 (patch) | |
tree | ec49f52d96f08d42b95a268292b9b24cf5a69850 /Doxyfile.in | |
parent | 0067e7ebaa198467dd0320f50c8ffb24289c0387 (diff) | |
download | pidgin-97b4b30221e5dc2deba6196ed46213b472094119.tar.gz |
[gaim-migrate @ 12696]
Added some checks to configure.ac to check if doxygen and dot are available and act accordingly rather than spewing errors.
Diffstat (limited to 'Doxyfile.in')
-rw-r--r-- | Doxyfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile.in b/Doxyfile.in index 15ec04e0d5..bdf5c12602 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -969,7 +969,7 @@ HIDE_UNDOC_RELATIONS = YES # toolkit from AT&T and Lucent Bell Labs. The other options in this section # have no effect if this option is set to NO (the default) -HAVE_DOT = YES +HAVE_DOT = @enable_dot@ # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen # will generate a graph for each documented class showing the direct and |