Fixed --with-linux switch.

This commit is contained in:
Florian Pose 2006-09-25 14:39:07 +00:00
parent 12afcedc0a
commit b5cae71cb1
1 changed files with 2 additions and 2 deletions

View File

@ -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])