[Bridge] improved finding of KERNEL_HEADERS

Adam Sulmicki adam at cfar.umd.edu
Mon Nov 29 17:54:00 PST 2004


hello,
	the attached patch should improve finding kernel headers
	automagically.

	not on the list, please cc. thanks.

adam

-------------- next part --------------
--- configure.in	2004-11-29 12:24:40.291063296 -0700
+++ configure.in-backup	2004-11-29 12:22:02.881063296 -0700
@@ -4,7 +4,7 @@
 AM_INIT_AUTOMAKE(bridge-utils,1.0.4)
 
 AC_ARG_WITH( linux-headers, [  --with-linux-headers     Location of the linux headers to use], 
-    KERNEL_HEADERS=$withval, KERNEL_HEADERS="/lib/modules/\$(shell uname -r)/build/include")
+    KERNEL_HEADERS=$withval, KERNEL_HEADERS="/usr/src/linux/include")
 
 dnl Checks for programs.
 AC_PROG_CC


More information about the Bridge mailing list