Skip to content

Commit

Permalink
configure.ac: replication is not 'experimental'
Browse files Browse the repository at this point in the history
  • Loading branch information
elliefm committed Jul 10, 2024
1 parent 6c9797f commit 3378d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1878,7 +1878,7 @@ dnl
dnl see if we're compiling replication support programs
dnl
AC_ARG_ENABLE(replication,
[AS_HELP_STRING([--enable-replication], [enable replication support (experimental)])],,[enable_replication="no";])
[AS_HELP_STRING([--enable-replication], [enable replication support])],,[enable_replication="no";])
AM_CONDITIONAL([REPLICATION], [test "$enable_replication" != no])
if test "x$enable_replication" = "xyes"; then
AC_DEFINE(USE_REPLICATION,[],[Build with replication functionality])
Expand Down

0 comments on commit 3378d23

Please sign in to comment.