config_query_list  GIT_SHA_OPT                                \
                   "Which sha option would you like to use?"  \
                   openssl                                    \
                   mozilla                                    &&

persistent_add     GIT_MAKE_OPTS                              &&

if [[ $GIT_SHA_OPT != openssl ]] ; then
  GIT_MAKE_OPTS="$GIT_MAKE_OPTS NO_OPENSSL=true"
fi  &&

if  spell_ok  uri  &&
    spell_ok  lwp  ;  then
  config_query  GIT_SVN  "Enable Subversion import support?"  y
else
  config_query  GIT_SVN  "Enable Subversion import support?"  n
fi
