Switch to unified view

a/src/configure.ac b/src/configure.ac
...
...
161
   else
161
   else
162
    AC_MSG_ERROR([fam library not found])
162
    AC_MSG_ERROR([fam library not found])
163
   fi
163
   fi
164
fi
164
fi
165
165
166
# Enable use of file extended attributes. 
166
# Enable use of file extended attributes.  Not by default as extended
167
# Not by default as extended attributes are little used for now, and
167
# attributes are little used for now, and looking for them is not
168
# looking for them is not completely trivial
168
# completely trivial: we have to use ctime instead of mtime to detect
169
# changes.
169
AC_ARG_ENABLE(xattr,
170
AC_ARG_ENABLE(xattr,
170
    AC_HELP_STRING([--enable-xattr],
171
    AC_HELP_STRING([--enable-xattr],
171
   [Enable fetching metadata from file extended attributes. This is only
172
   [Enable fetching metadata from file extended attributes. This is only
172
   useful if some application creates them on (part of) your data set. You also 
173
   useful if some application creates them on (part of) your data set. You also 
173
   need to set up appropriate mappings in the configuration.]),
174
   need to set up appropriate mappings in the configuration.]),