Switch to unified view

a/src/configure b/src/configure
...
...
1352
Optional Features:
1352
Optional Features:
1353
  --disable-option-checking  ignore unrecognized --enable/--with options
1353
  --disable-option-checking  ignore unrecognized --enable/--with options
1354
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1354
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1355
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1355
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1356
  --disable-largefile     omit support for large files
1356
  --disable-largefile     omit support for large files
1357
  --enable-xattr          Enable fetching metadata from file extended
1357
  --disable-xattr         Enable fetching metadata from file extended
1358
                          attributes. This is only useful if some application
1358
                          attributes. This is only useful if some application
1359
                          creates them on (part of) your data set. You also
1359
                          creates them on (part of) your data set. You also
1360
                          need to set up appropriate mappings in the
1360
                          need to set up appropriate mappings in the
1361
                          configuration.
1361
                          configuration.
1362
  --enable-idxthreads     Enable multithread indexing. This can somewhat boost
1362
  --enable-idxthreads     Enable multithread indexing. This can somewhat boost
...
...
4347
# changes.
4347
# changes.
4348
# Check whether --enable-xattr was given.
4348
# Check whether --enable-xattr was given.
4349
if test "${enable_xattr+set}" = set; then :
4349
if test "${enable_xattr+set}" = set; then :
4350
  enableval=$enable_xattr; xattrEnabled=$enableval
4350
  enableval=$enable_xattr; xattrEnabled=$enableval
4351
else
4351
else
4352
  xattrEnabled=no
4352
  xattrEnabled=yes
4353
fi
4353
fi
4354
4354
4355
4355
4356
if test X$xattrEnabled = Xyes ; then
4356
if test X$xattrEnabled = Xyes ; then
4357
4357