summaryrefslogtreecommitdiffstats
path: root/crypto/gnutls/PREPARE
blob: 47dabf6ffae066dec753d72998e08f77c1af3d69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 2006-05-19
# GNUTLS_OLD -> GNUTLS_BRANCH

if [ "$GNUTLS_OLD" == "y" ]; then
  persistent_add  GNUTLS_BRANCH  &&
  GNUTLS_BRANCH="1.0"            &&
  persistent_remove GNUTLS_OLD
fi

if [ "$GNUTLS_OLD" == "n" ]; then
  persistent_add  GNUTLS_BRANCH  &&
  GNUTLS_BRANCH="DEFAULT"        &&
  persistent_remove GNUTLS_OLD
fi

config_query_list GNUTLS_BRANCH "Which branch of GnuTLS do you want to build?" DEFAULT 1.0 1.2 1.4 1.6 2.0 2.2 2.4 2.6 2.8