diff options
author | Rob Taylor <rob.taylor@codethink.co.uk> | 2007-08-15 14:35:52 +0100 |
---|---|---|
committer | Rob Taylor <rob.taylor@codethink.co.uk> | 2007-08-16 13:53:09 +0100 |
commit | 7b22734c2fe3a076d5c5311e7b032e934e267963 (patch) | |
tree | 02166edeb7d863c9778e3a60bb6cace5bbd4ac6d | |
parent | 4f6b30eea8c5d175f1131c46d2c6d888177329a4 (diff) |
output whether gtk-doc is enabled at end of configure
Indicate whether gtk-doc is enabled at end of running configure.
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 967ffc0..06a32c3 100644 --- a/configure.in +++ b/configure.in @@ -351,4 +351,5 @@ echo " cflags: ${CFLAGS} DPMS support: ${have_dpms} Docbook support: ${enable_docbook_docs} + Gtk-doc support: ${enable_gtk_doc} " |