aboutsummaryrefslogtreecommitdiffstats
path: root/main/libunwind/force-enable-man.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/libunwind/force-enable-man.patch')
-rw-r--r--main/libunwind/force-enable-man.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libunwind/force-enable-man.patch b/main/libunwind/force-enable-man.patch
index d45adaa3ef..0940c8110f 100644
--- a/main/libunwind/force-enable-man.patch
+++ b/main/libunwind/force-enable-man.patch
@@ -1,9 +1,9 @@
Man pages are already built in the release tarball, so we don't need latex2man.
--- a/configure.ac
+++ b/configure.ac
-@@ -385,12 +385,6 @@
- AC_SUBST(enable_debug_frame)
+@@ -420,12 +420,6 @@
AC_SUBST(DLLIB)
+ AC_SUBST(BACKTRACELIB)
-AC_PATH_PROG([LATEX2MAN],[latex2man])
-if test "x$LATEX2MAN" = "x"; then