wireshare: fix building with current toolchain
[vuplus_openembedded] / packages / wireshark / files / libtool-fix.patch
1 Index: wireshark-0.99.4/configure.in
2 ===================================================================
3 --- wireshark-0.99.4.orig/configure.in  2009-01-05 01:23:50.887336868 +0300
4 +++ wireshark-0.99.4/configure.in       2009-01-05 01:24:03.136385630 +0300
5 @@ -16,8 +16,7 @@ dnl Checks for programs.
6  AC_PROG_CC
7  AC_PROG_CPP
8  dnl Work around libtool bug (fixed in the version 1.5a?)
9 -AC_DEFUN([AC_PROVIDE_AC_LIBTOOL_DLOPEN], )
10 -AC_LIBTOOL_DLOPEN
11 +LT_INIT([dlopen])
12  AC_PROG_LIBTOOL
13  AC_PROG_YACC
14  AM_PROG_LEX