]> git.pld-linux.org Git - packages/vtun.git/blob - vtun-ac.patch
m4_pattern_allow([AC_SEARCH_HEADERS])
[packages/vtun.git] / vtun-ac.patch
1 --- vtun/configure.in~  2002-12-20 17:13:03.000000000 +0000
2 +++ vtun/configure.in   2004-02-22 18:37:37.000000000 +0000
3 @@ -117,6 +117,8 @@
4  if test "$LZO" = "yes"; then
5     AC_MSG_RESULT()
6     AC_CHECKING( for LZO Library and Header files ... )
7 +   m4_pattern_allow([AC_SEARCH_HEADERS])
8 +   m4_pattern_allow([AC_LINK_DRV])
9     AC_SEARCH_HEADERS(lzo1x.h, 
10         $LZO_HDR_DIR /usr/include/lzo "" /usr/local/include,
11          AC_CHECK_LIB(lzo, lzo1x_decompress,
This page took 0.047313 seconds and 3 git commands to generate.