Skip to content
Snippets Groups Projects
Commit 7b60b6b5 authored by Florian Pose's avatar Florian Pose
Browse files

Fixed --with-linux switch.

parent b88328c3
No related branches found
No related tags found
No related merge requests found
......@@ -19,8 +19,8 @@ AC_ARG_WITH([linux],
[--with-linux=<version>],
[Linux kernel version @<:@running kernel@:>@]
),
[ ],
[version=`uname -r`]
[version=[$withval]],
[version=[`uname -r`]]
)
AC_MSG_CHECKING([for Linux kernel])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment