diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-03-26 22:42:49 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:22 +0100 |
commit | b730350f342972083bc28195d0042b2485135ee9 (patch) | |
tree | 3dc017ebeb1fe5c66f83240498ec5c2a8d1c0ee8 /m4 | |
parent | 5ccdcc43256c8bb6efee7e13d84ea868a288dd71 (diff) |
More documentation stuff
Diffstat (limited to 'm4')
-rw-r--r-- | m4/gtk-doc.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/gtk-doc.m4 b/m4/gtk-doc.m4 index 8b55c2c0..9033c7d2 100644 --- a/m4/gtk-doc.m4 +++ b/m4/gtk-doc.m4 @@ -25,8 +25,8 @@ AC_DEFUN([GTK_DOC_CHECK], dnl enable/disable documentation building AC_ARG_ENABLE([gtk-doc], AS_HELP_STRING([--enable-gtk-doc], - [use gtk-doc to build documentation [[default=no]]]),, - [enable_gtk_doc=no]) + [use gtk-doc to build documentation [[default=yes]]]),, + [enable_gtk_doc=yes]) if test x$enable_gtk_doc = xyes; then ifelse([$1],[], |