summarylogtreecommitdiffstats
path: root/configure-a2x-fix.patch
diff options
context:
space:
mode:
authorthermi2014-09-04 08:44:36 +0200
committerthermi2014-09-04 08:44:36 +0200
commitbed007678c11867327e80e8873601055f7f46387 (patch)
tree6eeffaf7fd85832267462392378ce335add0a817 /configure-a2x-fix.patch
downloadaur-bed007678c11867327e80e8873601055f7f46387.tar.gz
lsync: Added lsyncd 2.1.5
Diffstat (limited to 'configure-a2x-fix.patch')
-rw-r--r--configure-a2x-fix.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/configure-a2x-fix.patch b/configure-a2x-fix.patch
new file mode 100644
index 000000000000..cb3c4bf46eed
--- /dev/null
+++ b/configure-a2x-fix.patch
@@ -0,0 +1,18 @@
+diff -aur lsyncd-release-2.1.5.orig/configure.ac lsyncd-release-2.1.5/configure.ac
+--- lsyncd-release-2.1.5.orig/configure.ac 2013-06-07 18:24:02.000000000 +0600
++++ lsyncd-release-2.1.5/configure.ac 2014-03-04 13:24:15.390350812 +0600
+@@ -15,10 +15,10 @@
+ AC_PROG_INSTALL
+ AC_PROG_MAKE_SET
+
+-#AC_PATH_PROG([A2X], [a2x], [no])
+-#if test x${A2X} = xno ; then
+-# AC_MSG_ERROR([Program 'a2x' (package asciidoc) is required])
+-#fi
++AC_PATH_PROG([A2X], [a2x], [no])
++if test x${A2X} = xno ; then
++ AC_MSG_ERROR([Program 'a2x' (package asciidoc) is required])
++fi
+
+ ###
+ # Checks for Lua