summaryrefslogtreecommitdiff
path: root/debianbuild/patches/07-autoconf-fix-gperf.dpatch
diff options
context:
space:
mode:
Diffstat (limited to 'debianbuild/patches/07-autoconf-fix-gperf.dpatch')
-rw-r--r--debianbuild/patches/07-autoconf-fix-gperf.dpatch18
1 files changed, 0 insertions, 18 deletions
diff --git a/debianbuild/patches/07-autoconf-fix-gperf.dpatch b/debianbuild/patches/07-autoconf-fix-gperf.dpatch
deleted file mode 100644
index 27332fe00b8..00000000000
--- a/debianbuild/patches/07-autoconf-fix-gperf.dpatch
+++ /dev/null
@@ -1,18 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 07-autoconf-fix-gperf.dpatch by Thomas Girard <thomas.g.girard@free.fr>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: fix an autotools error in GPERF handling.
-
-@DPATCH@
---- ACE_wrappers.orig/m4/ace.m4
-+++ ACE_wrappers/m4/ace.m4
-@@ -535,7 +535,7 @@
- AC_MSG_WARN([existing gperf may be overwritten during installation])
- ],[])
- fi
-- AM_CONDITIONAL([COMPILE_GPERF], [test X$ace_user_enable_gperf = Xyes])
-+ AM_CONDITIONAL([BUILD_GPERF], [test X$ace_user_enable_gperf = Xyes])
-
- ACE_ENABLE_QOS
- ACE_ENABLE_SSL