configure: typo fix

Fix typo in configure script

ChangeLog-None
This commit is contained in:
Dusty Daemon 2023-09-14 15:08:13 -04:00 committed by Rusty Russell
parent cda06db367
commit 2a870eb5fa

2
configure vendored
View file

@ -210,7 +210,7 @@ usage()
echo " Prefix for make install"
usage_with_default "--enable/disable-developer" "$DEVELOPER" "enable" "disable"
echo " Developer mode, good for testing"
usage_with_default "--enable/disable-debug" "$DEBUGBUILD" "enable" "disable"
usage_with_default "--enable/disable-debugbuild" "$DEBUGBUILD" "enable" "disable"
echo " Extra debug checks in the build, good for testing"
usage_with_default "--enable/disable-compat" "$COMPAT" "enable" "disable"
echo " Compatibility mode, good to disable to see if your software breaks"