summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-05-23 13:16:54 +0200
committerAleksander Morgado <aleksander@lanedo.com>2013-05-23 13:16:54 +0200
commitf63fce5eeeafcc541bd444db036ca1ac86628a71 (patch)
treef83f8c1721d29495856f2f97318dd5c4021eda48
parent77d0f0cbf7b04dd800a71b6ef78533ce5671b578 (diff)
downloadModemManager-aleksander/gtk-doc-fixes.tar.gz
build: use --enable-gtk-doc instead of our custom --with-docsaleksander/gtk-doc-fixes
-rw-r--r--configure.ac14
1 files changed, 1 insertions, 13 deletions
diff --git a/configure.ac b/configure.ac
index 3bc03ac22..ef352ca04 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,18 +24,6 @@ LT_INIT
dnl
dnl Documentation
dnl
-
-AC_ARG_WITH(docs, AS_HELP_STRING([--with-docs], [Build ModemManager documentation]))
-AM_CONDITIONAL(WITH_DOCS, test "x$with_docs" = "xyes")
-case $with_docs in
- yes)
- enable_gtk_doc=yes
- ;;
- *)
- with_docs=no
- ;;
-esac
-
GTK_DOC_CHECK(1.0)
dnl
@@ -290,7 +278,7 @@ echo "
PPP-enabled tests: ${have_pppd_headers}
PolicyKit support: ${with_polkit}
- Documentation: ${with_docs}
+ Documentation: ${enable_gtk_doc}
MBIM support: ${with_mbim}
QMI support: ${with_qmi}
Newest QMI commands: ${with_newest_qmi_commands}