summary refs log tree commit diff
path: root/gnu/packages/patches/bitlbee-configure-doc-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/patches/bitlbee-configure-doc-fix.patch')
-rw-r--r--gnu/packages/patches/bitlbee-configure-doc-fix.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/gnu/packages/patches/bitlbee-configure-doc-fix.patch b/gnu/packages/patches/bitlbee-configure-doc-fix.patch
deleted file mode 100644
index ade0b7f25c..0000000000
--- a/gnu/packages/patches/bitlbee-configure-doc-fix.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Fix the check for the prebuilt helpfile when xsltproc is not available.
-
---- bitlbee-3.4/configure.orig	2015-03-25 18:09:10.000000000 -0400
-+++ bitlbee-3.4/configure	2015-05-20 14:51:33.627975970 -0400
-@@ -650,8 +650,8 @@
- 
- if [ "$doc" = "1" ]; then
- 	if [ ! -e doc/user-guide/help.txt ] && \
--	     ! type xmlto > /dev/null 2> /dev/null || \
--	     ! type xsltproc > /dev/null 2> /dev/null
-+	     (! type xmlto > /dev/null 2> /dev/null || \
-+	      ! type xsltproc > /dev/null 2> /dev/null)
- 	then
- 		echo
- 		echo 'WARNING: Building from an unreleased source tree without prebuilt helpfile.'