mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-06-13 09:14:58 +03:00
config: fix ZFS_LINUX_TEST_RESULT_SYMBOL with --enable-linux-builtin
The tiniest typo in dd2a46b5e6
(#17106) broke it, by setting the wrong
var with the test var, resulting in it always producing "no".
Sponsored-by: https://despairlabs.com/sponsor/
Reviewed-by: Alexander Motin <mav@FreeBSD.org>
Reviewed by: Attila Fülöp <attila@fueloep.org>
Signed-off-by: Rob Norris <robn@despairlabs.com>
Closes #17236
This commit is contained in:
parent
20f00819f3
commit
04b02f0663
@ -899,7 +899,7 @@ AC_DEFUN([ZFS_LINUX_TEST_RESULT_SYMBOL], [
|
||||
eval "$cachevar=no"
|
||||
])
|
||||
], [
|
||||
eval "$cacheval=yes"
|
||||
eval "$cachevar=yes"
|
||||
])
|
||||
])
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user