"removed asterisks, in case that's what made build fail"

This commit is contained in:
Clay Shoaf 2022-04-22 10:50:27 -04:00 committed by Rusty Russell
parent 55b5653726
commit 43ace03685

2
configure vendored
View File

@ -177,7 +177,7 @@ usage()
usage_with_default "--enable/disable-ub-sanitizer" "$UBSAN" "enable" "disable"
echo " Compile with undefined behaviour sanitizer"
usage_with_default "--enable/disable-fuzzing" "$FUZZING" "enable" "disable"
echo " ***something about fuzzing***"
echo " Compile with fuzzing"
usage_with_default "--enable/disable-rust" "$RUST" "enable" "disable"
echo " Compile with Rust support"
exit 1