Commit 7c36ae29 7c36ae29cce4a8b6cffe8508e96c83b2ce26f582 by Sergey Poznyakoff

Document --enable-experimental option.

1 parent 5a205bc4
Showing 1 changed file with 5 additions and 0 deletions
...@@ -45,6 +45,11 @@ specific configuration options: ...@@ -45,6 +45,11 @@ specific configuration options:
45 Compile mailutils with debugging support. This disables compiler 45 Compile mailutils with debugging support. This disables compiler
46 optimizations and adds debugging information to the binaries. 46 optimizations and adds debugging information to the binaries.
47 47
48 --enable-experimental
49
50 Build experimental and/or unfinished utilities as well. In the
51 current version (0.2), this option enables building of MH utilities.
52
48 --disable-pam 53 --disable-pam
49 54
50 Do not build PAM support. By default configure will build PAM support 55 Do not build PAM support. By default configure will build PAM support
......