diff options
author | robi <robi> | 2010-08-07 18:33:14 +0000 |
---|---|---|
committer | robi <robi> | 2010-08-07 18:33:14 +0000 |
commit | e7e7cbc6501ba93f184d78e324c7fc5ad533918c (patch) | |
tree | a8d33054b35ea05b86e560d0d1af2caea165c6a1 /configure.in | |
parent | 1c8b53b70d4d7e910ce619aeea2267195564da27 (diff) |
enable fattr + recover unlinked file
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 4e738fc..2a728ea 100644 --- a/configure.in +++ b/configure.in @@ -8,6 +8,7 @@ AC_PROG_CC AM_PROG_LIBTOOL AC_ARG_ENABLE(debug,[ --enable-debug Turn on debugging ], [if test "$GCC" = "yes"; then CPPFLAGS="$CPPFLAGS -DDEBUG"; fi]) - +AC_ARG_ENABLE(file-attr,[ --enable-file-attr enable restore of file attribute ], + [if test "$GCC" = "yes"; then CPPFLAGS="$CPPFLAGS -DFILE_ATTR"; fi]) AC_OUTPUT(Makefile src/Makefile) |