summaryrefslogtreecommitdiff
path: root/packages/wireshark/files/libtool-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/wireshark/files/libtool-fix.patch')
-rw-r--r--packages/wireshark/files/libtool-fix.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/packages/wireshark/files/libtool-fix.patch b/packages/wireshark/files/libtool-fix.patch
deleted file mode 100644
index 4a978bad92..0000000000
--- a/packages/wireshark/files/libtool-fix.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: wireshark-0.99.4/configure.in
-===================================================================
---- wireshark-0.99.4.orig/configure.in 2009-01-05 01:23:50.887336868 +0300
-+++ wireshark-0.99.4/configure.in 2009-01-05 01:24:03.136385630 +0300
-@@ -16,8 +16,7 @@ dnl Checks for programs.
- AC_PROG_CC
- AC_PROG_CPP
- dnl Work around libtool bug (fixed in the version 1.5a?)
--AC_DEFUN([AC_PROVIDE_AC_LIBTOOL_DLOPEN], )
--AC_LIBTOOL_DLOPEN
-+LT_INIT([dlopen])
- AC_PROG_LIBTOOL
- AC_PROG_YACC
- AM_PROG_LEX