Fixed --with-linux switch.
authorFlorian Pose <fp@igh-essen.com>
Mon, 25 Sep 2006 14:39:07 +0000
changeset 368 5526520f323f
parent 367 e85e3143dc8d
child 369 7920ca086e5c
Fixed --with-linux switch.
configure.ac
--- 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])