MERGE trunk -r 554:555 -> branches/stable-1.1 (--with-linux fix) stable-1.1
authorFlorian Pose <fp@igh-essen.com>
Mon, 25 Sep 2006 14:40:23 +0000
branchstable-1.1
changeset 1726 00fc593f14fc
parent 1725 a5a8a64d2b52
child 1727 861f4715ed6f
MERGE trunk -r 554:555 -> branches/stable-1.1 (--with-linux fix)
configure.ac
--- a/configure.ac	Mon Sep 25 14:17:44 2006 +0000
+++ b/configure.ac	Mon Sep 25 14:40:23 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])