13 lines
441 B
Diff
13 lines
441 B
Diff
|
diff -Nru eagle-usb-2.3.3.orig/configure eagle-usb-2.3.3/configure
|
||
|
--- eagle-usb-2.3.3.orig/configure 2006-03-01 01:18:33.000000000 +0100
|
||
|
+++ eagle-usb-2.3.3/configure 2008-11-09 21:52:14.000000000 +0100
|
||
|
@@ -5779,7 +5779,7 @@
|
||
|
echo $ECHO_N "checking for kernel version... $ECHO_C" >&6
|
||
|
cat <<EOF > conftest.c
|
||
|
#include <stdio.h>
|
||
|
-#include "$KERNELSRC/include/linux/version.h"
|
||
|
+#include "$KERNELSRC/include/linux/utsrelease.h"
|
||
|
|
||
|
int
|
||
|
main()
|