mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
4c4c2dbdae
Replication Manager accidentally got enabled by 541193d.
Fixes #1331.
Signed-off-by: Marcel Denia <naoir@gmx.net>
12 lines
322 B
Diff
12 lines
322 B
Diff
--- a/dist/configure
|
|
+++ b/dist/configure
|
|
@@ -32451,7 +32451,7 @@ if test "$db_cv_build_replication" = yes
|
|
|
|
case "$db_cv_mutex" in
|
|
POSIX/pthread*|Solaris/lwp)
|
|
- db_cv_build_replication_mgr=yes;;
|
|
+ db_cv_build_replication_mgr=no;;
|
|
esac
|
|
if test "$db_cv_pthread_api" = yes; then
|
|
db_cv_build_replication_mgr=yes
|