diff options
author | Gustavo J. A. M. Carneiro <gjc@src.gnome.org> | 2007-01-09 23:10:15 +0000 |
---|---|---|
committer | Gustavo J. A. M. Carneiro <gjc@src.gnome.org> | 2007-01-09 23:10:15 +0000 |
commit | fa9e3d4914206dce48051f8d2f6fdb2023dfd496 (patch) | |
tree | c5a99437fce42dc5227c676c5ccc9cc26cb47666 /configure.ac | |
parent | fd15b73ff0d5902c79465776244ca5436860a9ac (diff) | |
download | pygobject-fa9e3d4914206dce48051f8d2f6fdb2023dfd496.tar.gz |
treat --enable-docs like in gtk+, closes #361722
svn path=/trunk/; revision=635
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 2328e12d..e1488799 100644 --- a/configure.ac +++ b/configure.ac @@ -78,8 +78,8 @@ AC_ARG_ENABLE(thread, dnl Building documentation AC_ARG_ENABLE(docs, - AC_HELP_STRING([--disable-docs], [Disable documentation building]),, - enable_docs=yes) + AC_HELP_STRING([--enable-docs], [Enable documentation building]),enable_docs=yes, + enable_docs=no) if test "${enable_docs}" != no; then dnl dnl Check for xsltproc |