configure.ac
changeset 368 5526520f323f
parent 367 e85e3143dc8d
child 373 c9cb34469c74
--- a/configure.ac	Mon Sep 25 14:13:23 2006 +0000
+++ b/configure.ac	Mon Sep 25 14:39:07 2006 +0000
@@ -19,8 +19,8 @@
         [--with-linux=<version>],
         [Linux kernel version @<:@running kernel@:>@]
     ),
-    [ ],
-    [version=`uname -r`]
+    [version=[$withval]],
+    [version=[`uname -r`]]
 )
 
 AC_MSG_CHECKING([for Linux kernel])