summaryrefslogtreecommitdiffstats
path: root/display/qingy/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'display/qingy/CONFIGURE')
-rwxr-xr-xdisplay/qingy/CONFIGURE4
1 files changed, 1 insertions, 3 deletions
diff --git a/display/qingy/CONFIGURE b/display/qingy/CONFIGURE
index 035ba3dfc0..6248837e3d 100755
--- a/display/qingy/CONFIGURE
+++ b/display/qingy/CONFIGURE
@@ -3,9 +3,7 @@ config_query QINGY_XINIT 'Allow X server to accept tcp connections?' n &&
config_query_option QINGY_SCREENSAVERS 'Enable screen savers?' y \
'--enable-screen-savers' '--disable-screen-savers' &&
-config_query_option QINGY_CRYPTO_OPTION \
- 'encrypt communications between qingy and its user interface?' y \
- '--enable-crypto' '--disable-crypto'
+config_query_list QINGY_CRYPTO 'Which library do you prefer to encrypt internal communication?' openssl libgcrypt none
config_query_option QINGY_OPTIMIZATIONS 'Enable optimizations?' y \
'--enable-optimizations' '--disable-optimizations' &&