diff options
author | Theodore Ts'o <tytso@mit.edu> | 2002-08-18 03:48:55 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2002-08-18 03:48:55 -0400 |
commit | 559ca6cb9443c02ddf02e035c2f9eee15e1035a3 (patch) | |
tree | 58e7dd3386e0e67c5c0715bfa29248e4999f895e /configure.in | |
parent | 0d608df10047a4270c82d02937e85665c85f4039 (diff) | |
download | e2fsprogs-559ca6cb9443c02ddf02e035c2f9eee15e1035a3.tar.gz |
Enable HTREE support by default.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index c3e2d2b0..07b86cc8 100644 --- a/configure.in +++ b/configure.in @@ -137,11 +137,11 @@ else HTREE_CMT= AC_DEFINE(ENABLE_HTREE) echo "Enabling htree directory support" - echo "WARNING: htree support is experimental" fi , -HTREE_CMT=# -echo "Disabling htree directory support by default" +HTREE_CMT= +AC_DEFINE(ENABLE_HTREE) +echo "Enabling htree directory support by default" ) AC_SUBST(HTREE_CMT) dnl |