summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8bc99d9d8f9..c12beabde24 100644
--- a/configure.ac
+++ b/configure.ac
@@ -307,6 +307,9 @@ case $host_os in
linux*)
#do nothing
;;
+ netbsd*)
+#do nothing
+ ;;
*)
#disabling geo replication for non-linux platforms
enable_georeplication=no