15 months ago
Low: build: really don't build quorumd
| configure.in | file | annotate | diff | revisions |
1.1 --- a/configure.in Sun Dec 14 21:55:21 2008 +0100 1.2 +++ b/configure.in Sun Dec 14 22:26:47 2008 +0100 1.3 @@ -2435,7 +2435,7 @@ 1.4 dnl quorum server configuration 1.5 AC_ARG_ENABLE([quorumd], 1.6 [ --enable-quorumd Compile the quorum server. [default=no]], 1.7 - [], [enable_quorumd=try]) 1.8 + [], [enable_quorumd=no]) 1.9 1.10 if test "x${enable_quorumd}" != "xno"; then 1.11 if test "x${enable_quorumd}" = "xtry"; then