summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 2 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index d2f686f1a66..fcf03782e9c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -91,11 +91,6 @@ AC_CONFIG_FILES([Makefile
xlators/features/trash/src/Makefile
xlators/features/quota/Makefile
xlators/features/quota/src/Makefile
- xlators/features/marker/Makefile
- xlators/features/marker/src/Makefile
- xlators/features/marker/utils/Makefile
- xlators/features/marker/utils/gsyncd
- xlators/features/marker/utils/syncdaemon/Makefile
xlators/features/read-only/Makefile
xlators/features/read-only/src/Makefile
xlators/features/mac-compat/Makefile
@@ -289,7 +284,8 @@ AC_ARG_ENABLE([georeplication],
BUILD_SYNCDAEMON=no
case $host_os in
linux*)
-#do nothing
+#disable geo replication for release-3.1
+ enable_georeplication=no
;;
*)
#disabling geo replication for non-linux platforms