Skip to content

Commit 5ab6017

Browse files
authored
config: fix ZFS_LINUX_TEST_RESULT_SYMBOL with --enable-linux-builtin
The tiniest typo in dd2a46b (#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 <[email protected]> Reviewed by: Attila Fülöp <[email protected]> Signed-off-by: Rob Norris <[email protected]> Closes #17236
1 parent ab9bb19 commit 5ab6017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: config/kernel.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ AC_DEFUN([ZFS_LINUX_TEST_RESULT_SYMBOL], [
899899
eval "$cachevar=no"
900900
])
901901
], [
902-
eval "$cacheval=yes"
902+
eval "$cachevar=yes"
903903
])
904904
])
905905
])

0 commit comments

Comments
 (0)