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:
Rob Norris 2025-04-12 04:56:14 +10:00 committed by Tony Hutter
parent 20f00819f3
commit 04b02f0663

View File

@ -899,7 +899,7 @@ AC_DEFUN([ZFS_LINUX_TEST_RESULT_SYMBOL], [
eval "$cachevar=no"
])
], [
eval "$cacheval=yes"
eval "$cachevar=yes"
])
])
])