config_query BUILDUTF "Enable UTF support?" y

if [[ $BUILDUTF == y ]]; then
  config_query UTFPROPERTIES "Enable UTF properties?" n
fi
config_query_option JIT "Enable JustInTime support" y "--enable-jit" ""
config_query_option PCRE8  "build 8-bit support"  y "--enable-pcre8" "--disable-pcre8"
config_query_option PCRE16 "build 16-bit support" n "--enable-pcre16" "--disable-pcre16"
