diff options
author | Emmanuel Dreyfus <manu@netbsd.org> | 2011-08-12 09:17:44 +0200 |
---|---|---|
committer | Anand Avati <avati@gluster.com> | 2011-08-12 05:07:52 -0700 |
commit | abe7843ca6faa03a9b6e1ece3fb85d4c5b02580a (patch) | |
tree | bed253ad4c8d35b258e6cbde96bc9bd3512bbfdd /configure.ac | |
parent | c5d7fa2bf4c766200971cfbb877d4a25b3cb32b0 (diff) |
Allow georeplication for NetBSD
Change-Id: Id8d62f4f83255c67a5aa615aed23ba44c182290e
BUG: 2923
Reviewed-on: http://review.gluster.com/220
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@gluster.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
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 |