From 43ace0368598fe905ceb05e7e1fc07ec4057d265 Mon Sep 17 00:00:00 2001 From: Clay Shoaf Date: Fri, 22 Apr 2022 10:50:27 -0400 Subject: [PATCH] "removed asterisks, in case that's what made build fail" --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index f5603f682..8fdf93ea5 100755 --- a/configure +++ b/configure @@ -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