Revision 8a69b3a8 configure.ac

b/configure.ac
208 208
# --enable-drbd-barriers
209 209
AC_ARG_ENABLE([drbd-barriers],
210 210
  [AS_HELP_STRING([--enable-drbd-barriers],
211
    [enable the DRBD barrier functionality (>= 8.0.12) (default: enabled)])],
211
    [enable by default the DRBD barriers functionality (>= 8.0.12) (default: enabled)])],
212 212
  [[if test "$enableval" != no; then
213
      DRBD_BARRIERS=True
213
      DRBD_BARRIERS=n
214
      DRBD_NO_META_FLUSH=False
214 215
    else
215
      DRBD_BARRIERS=False
216
      DRBD_BARRIERS=bfd
217
      DRBD_NO_META_FLUSH=True
216 218
    fi
217 219
  ]],
218
  [DRBD_BARRIERS=True])
220
  [DRBD_BARRIERS=n
221
   DRBD_NO_META_FLUSH=False
222
  ])
219 223
AC_SUBST(DRBD_BARRIERS, $DRBD_BARRIERS)
224
AC_SUBST(DRBD_NO_META_FLUSH, $DRBD_NO_META_FLUSH)
220 225

  
221 226
# --enable-syslog[=no/yes/only]
222 227
AC_ARG_ENABLE([syslog],

Also available in: Unified diff