config_query_option  EINA_PTHREAD  "Enable POSIX threads?"  y  \
                     '--enable-posix-threads'  '--disable-posix-threads'  &&

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

config_query_option  EINA_COVERAGE  "Enable coverage profiling instrumentation?"  n  \
                     '--enable-coverage'  '--disable-coverage'  &&

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

