From dcc6d74afef1e90de67d0447851c8528a293a8ba Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Thu, 11 Jan 2001 15:31:00 +0000 Subject: At the end of the configure process, report whether the documentation 2001-01-11 Federico Mena Quintero * configure.in: At the end of the configure process, report whether the documentation files will be built or not. svn path=/trunk/; revision=7385 --- configure.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 2e3277a319..51983bad42 100644 --- a/configure.in +++ b/configure.in @@ -742,4 +742,14 @@ echo " Dot Locking: $msg_dot File Locking: $msg_file Crypto support: $msg_crypto + Gtk-doc: $enable_gtk_doc" + +if test x$enable_gtk_doc = xyes; then +echo " + Programming documentation files will be built automatically. +" +else +echo " + Programming documentation files will not be built. " +fi -- cgit v1.2.3