Revision 89b70f39 configure.ac

b/configure.ac
108 108
  [kvm_path="/usr/bin/kvm"])
109 109
AC_SUBST(KVM_PATH, $kvm_path)
110 110

  
111
# ---with-lvm-stripecount=...
111
# --with-lvm-stripecount=...
112 112
AC_ARG_WITH([lvm-stripecount],
113 113
  [AS_HELP_STRING([--with-lvm-stripecount=NUM],
114 114
    [the number of stripes to use for LVM volumes]
......
118 118
  [lvm_stripecount="1"])
119 119
AC_SUBST(LVM_STRIPECOUNT, $lvm_stripecount)
120 120

  
121
# --enable-drbd-barriers
122
AC_ARG_ENABLE([drbd-barriers],
123
  [AS_HELP_STRING([--enable-drbd-barriers],
124
    [enable the DRBD barrier functionality (>= 8.0.12) (default: enabled)])],
125
  [[if test "$enableval" != no; then
126
      DRBD_BARRIERS=True
127
    else
128
      DRBD_BARRIERS=False
129
    fi
130
  ]],
131
  [DRBD_BARRIERS=True])
132
AC_SUBST(DRBD_BARRIERS, $DRBD_BARRIERS)
133

  
121 134
# Check common programs
122 135
AC_PROG_INSTALL
123 136
AC_PROG_LN_S

Also available in: Unified diff