Skip to content

Commit 4f475ed

Browse files
committed
config: fix ZFS_LINUX_TEST_RESULT_SYMBOL with --enable-linux-builtin
The tiniest typo in dd2a46b (openzfs#17106) broke it, by setting the wrong var with the test var, resulting in it always producing "no". Sponsored-by: https://despairlabs.com/sponsor/ Signed-off-by: Rob Norris <[email protected]>
1 parent a497c5f commit 4f475ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/kernel.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ AC_DEFUN([ZFS_LINUX_TEST_RESULT_SYMBOL], [
897897
eval "$cachevar=no"
898898
])
899899
], [
900-
eval "$cacheval=yes"
900+
eval "$cachevar=yes"
901901
])
902902
])
903903
])

0 commit comments

Comments
 (0)