persistent_remove EINA_PTHREAD   &&
persistent_remove EINA_COVERAGE  &&

config_query_option  EINA_TESTS  "Enable tests?"  n  \
                     '--enable-tests'  '--disable-tests'  &&

config_query_option  EINA_BENCHMARK  "Enable benchmarks?"  n  \
                     '--enable-benchmark'  '--disable-benchmark'  &&

if [[ "$EINA_BENCHMARK"  ==  "--enable-benchmark"  ]]; then
  config_query_option  EINA_E17  "Enable heavy benchmarks (fake E17 data)?"  y  \
                       '--disable-e17'  '--enable-e17'
fi

