summaryrefslogtreecommitdiffstats
path: root/e-17/eina/PREPARE
diff options
context:
space:
mode:
Diffstat (limited to 'e-17/eina/PREPARE')
-rwxr-xr-xe-17/eina/PREPARE8
1 files changed, 6 insertions, 2 deletions
diff --git a/e-17/eina/PREPARE b/e-17/eina/PREPARE
index a8ef5ee07d..3ff3c43c9d 100755
--- a/e-17/eina/PREPARE
+++ b/e-17/eina/PREPARE
@@ -1,2 +1,6 @@
-config_query EINA_SCM_AUTOUPDATE \
- "Automatically update on every system update?" n
+config_query EINA_CVS "Build SCM (subversion) version?" y &&
+
+if [ "$EINA_CVS" == "y" ]; then
+ config_query EINA_SCM_AUTOUPDATE \
+ "Automatically update on every system update?" n
+fi