summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorrobi <robi>2010-08-07 18:33:14 +0000
committerrobi <robi>2010-08-07 18:33:14 +0000
commite7e7cbc6501ba93f184d78e324c7fc5ad533918c (patch)
treea8d33054b35ea05b86e560d0d1af2caea165c6a1 /configure.in
parent1c8b53b70d4d7e910ce619aeea2267195564da27 (diff)
enable fattr + recover unlinked file
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
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)