aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-03-26 22:42:49 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:22 +0100
commitb730350f342972083bc28195d0042b2485135ee9 (patch)
tree3dc017ebeb1fe5c66f83240498ec5c2a8d1c0ee8 /configure
parent5ccdcc43256c8bb6efee7e13d84ea868a288dd71 (diff)
More documentation stuff
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index b6ae88a3..3aa76df7 100755
--- a/configure
+++ b/configure
@@ -1489,7 +1489,7 @@ Optional Features:
--disable-tiff Disable the use of libTIFF
--disable-cairo Disable the use of Cairo
--disable-gdk-pixbuf Disable the use of gtk-pixbuf
- --enable-gtk-doc use gtk-doc to build documentation [[default=no]]
+ --enable-gtk-doc use gtk-doc to build documentation [[default=yes]]
--enable-gtk-doc-html build documentation in html format [[default=yes]]
--enable-gtk-doc-pdf build documentation in pdf format [[default=no]]
@@ -7723,7 +7723,7 @@ fi
if test "${enable_gtk_doc+set}" = set; then :
enableval=$enable_gtk_doc;
else
- enable_gtk_doc=no
+ enable_gtk_doc=yes
fi