cleanup watchdog
[openwrt/svn-archive/archive.git] / openwrt / package / libtool / patches / 01-force_dlopen_deplibs.patch
1 diff -urN libtool-1.5.14/libltdl/acinclude.m4 libtool-1.5.14.new/libltdl/acinclude.m4
2 --- libtool-1.5.14/libltdl/acinclude.m4 2005-02-12 13:20:02.000000000 +0100
3 +++ libtool-1.5.14.new/libltdl/acinclude.m4 2006-04-16 11:22:03.000000000 +0200
4 @@ -6228,10 +6228,9 @@
5 ;;
6 esac
7 ])
8 -if test "$libltdl_cv_sys_dlopen_deplibs" != yes; then
9 +AC_DEFUN([AC_LTDL_SYS_DLOPEN_DEPLIBS],
10 AC_DEFINE([LTDL_DLOPEN_DEPLIBS], [1],
11 [Define if the OS needs help to load dependent libraries for dlopen().])
12 -fi
13 ])# AC_LTDL_SYS_DLOPEN_DEPLIBS
14
15