[Pkg-voip-commits] [janus] 01/02: Fix patch 1001.
Jonas Smedegaard
dr at jones.dk
Thu Mar 16 13:03:53 UTC 2017
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository janus.
commit cbdd260c341409abbfd79fb578c794211e391cb6
Author: Jonas Smedegaard <dr at jones.dk>
Date: Thu Mar 16 13:52:10 2017 +0100
Fix patch 1001.
---
debian/patches/1001_try_enable_docs_by_default.patch | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/patches/1001_try_enable_docs_by_default.patch b/debian/patches/1001_try_enable_docs_by_default.patch
index 60e2ae2..98406a5 100644
--- a/debian/patches/1001_try_enable_docs_by_default.patch
+++ b/debian/patches/1001_try_enable_docs_by_default.patch
@@ -18,12 +18,12 @@ Last-Update: 2017-03-16
AC_ARG_ENABLE([rest],
[AS_HELP_STRING([--disable-rest],
-@@ -255,7 +255,7 @@
+@@ -254,6 +254,8 @@
+ [
AS_IF([test "x$enable_docs" = "xyes"],
[AC_MSG_ERROR([doxygen or dot not found. See README.md for installation instructions or remove --enable-docs])])
++ ],[
++ enable_docs=yes
])
--AM_CONDITIONAL([ENABLE_DOCS], [test "x$enable_docs" = "xyes"])
-+AM_CONDITIONAL([ENABLE_DOCS], [test "x$enable_docs" != "xno"])
+ AM_CONDITIONAL([ENABLE_DOCS], [test "x$enable_docs" = "xyes"])
- AC_CHECK_PROG([GENGETOPT_CHECK],
- [gengetopt],
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/janus.git
More information about the Pkg-voip-commits
mailing list