diff options
-rw-r--r-- | configure.ac | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac index 5cd9ad71..ec4be9ed 100644 --- a/configure.ac +++ b/configure.ac @@ -151,14 +151,6 @@ else fi AC_SUBST(PPPD_PLUGIN_DIR) -AC_ARG_WITH(docs, AC_HELP_STRING([--with-docs], [Build ModemManager documentation])) -AM_CONDITIONAL(WITH_DOCS, test "x$with_docs" = "xyes") -case $with_docs in - yes) ;; - *) - with_docs=no - ;; -esac dnl dnl Tests |