Fixed --with-linux switch.
This commit is contained in:
parent
12afcedc0a
commit
b5cae71cb1
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Reference in New Issue