configure_options=(
    "--without-curses"
)

pre_build() {
    # the shipped configure doesn't recognize environment variables such as CC
    echo "Running autoconf..." && autoconf
}
