diff options
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) |