]> git.pld-linux.org Git - packages/vtun.git/commitdiff
m4_pattern_allow([AC_SEARCH_HEADERS])
authorareq <areq@pld-linux.org>
Sun, 22 Feb 2004 18:40:35 +0000 (18:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
   m4_pattern_allow([AC_LINK_DRV])

Changed files:
    vtun-ac.patch -> 1.1

vtun-ac.patch [new file with mode: 0644]

diff --git a/vtun-ac.patch b/vtun-ac.patch
new file mode 100644 (file)
index 0000000..cc54f9c
--- /dev/null
@@ -0,0 +1,11 @@
+--- vtun/configure.in~ 2002-12-20 17:13:03.000000000 +0000
++++ vtun/configure.in  2004-02-22 18:37:37.000000000 +0000
+@@ -117,6 +117,8 @@
+ if test "$LZO" = "yes"; then
+    AC_MSG_RESULT()
+    AC_CHECKING( for LZO Library and Header files ... )
++   m4_pattern_allow([AC_SEARCH_HEADERS])
++   m4_pattern_allow([AC_LINK_DRV])
+    AC_SEARCH_HEADERS(lzo1x.h, 
+       $LZO_HDR_DIR /usr/include/lzo "" /usr/local/include,
+         AC_CHECK_LIB(lzo, lzo1x_decompress,
This page took 0.06978 seconds and 4 git commands to generate.