summaryrefslogtreecommitdiff
path: root/package/lzo/lzo-2.03-fix-configure-ac.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/lzo/lzo-2.03-fix-configure-ac.patch')
-rw-r--r--package/lzo/lzo-2.03-fix-configure-ac.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/package/lzo/lzo-2.03-fix-configure-ac.patch b/package/lzo/lzo-2.03-fix-configure-ac.patch
deleted file mode 100644
index 26aece7b4..000000000
--- a/package/lzo/lzo-2.03-fix-configure-ac.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-_AC_SRCPATHS doesn't exist in autoconf, _AC_SRCDIRS should be used
-instead according to many reports found by Google.
-
-Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
----
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: lzo-2.03/configure.ac
-===================================================================
---- lzo-2.03.orig/configure.ac
-+++ lzo-2.03/configure.ac
-@@ -48,7 +48,7 @@
- AM_MAINTAINER_MODE
-
- if test -z "$ac_abs_top_srcdir"; then
-- _AC_SRCPATHS(.)
-+ _AC_SRCDIRS(.)
- fi
- if test -r .Conf.settings1; then
- . ./.Conf.settings1