Label -with-* options as config for ./configure --help

This commit is contained in:
orbea 2016-08-27 17:06:50 -07:00
parent da4afd6e35
commit cca3e2a433

View File

@ -43,7 +43,7 @@ EOF
print_help_option "--enable-$VAR" "Enable $COMMENT"
print_help_option "--disable-$VAR" "Disable $COMMENT";;
*)
print_help_option "--with-$VAR" "$COMMENT";;
print_help_option "--with-$VAR" "Config $COMMENT";;
esac
esac
done < 'qb/config.params.sh'