diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-08-20 10:47:38 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-08-20 10:47:38 +0200 |
commit | 27d6492faf17da616776c141b7852079de51ea60 (patch) | |
tree | 96be7c0053447e344568365dbb8ab115404ffe48 /configure.ac | |
parent | 120501d82b2f136212668d9888b2732d330bbde9 (diff) | |
download | connman-27d6492faf17da616776c141b7852079de51ea60.tar.gz connman-27d6492faf17da616776c141b7852079de51ea60.tar.bz2 connman-27d6492faf17da616776c141b7852079de51ea60.zip |
Build D-Bus documentation in its own directory
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 46f5c1f8..615045e0 100644 --- a/configure.ac +++ b/configure.ac @@ -24,10 +24,10 @@ m4_ifdef([AC_LIBTOOL_TAGS], [AC_LIBTOOL_TAGS([])]) AC_DISABLE_STATIC AC_PROG_LIBTOOL -AC_PATH_PROG([XSLTPROC], [xsltproc]) - GTK_DOC_CHECK +AC_PATH_PROG([XSLTPROC], [xsltproc]) + AC_ARG_ENABLE(debug, AC_HELP_STRING([--enable-debug], [enable compiling with debugging information]), [ if (test "${enableval}" = "yes" && |