Changes by: yura
Update of /cvs/linux-ntfs/ntfsprogs
In directory delta357.server4you.de:/tmp/cvs-serv3555
Modified Files:
configure.ac
Log Message:
prepare to Szaka's code merge: remove not working Rich's index code
Index: configure.ac
===================================================================
RCS file: /cvs/linux-ntfs/ntfsprogs/configure.ac,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -p -r1.108 -r1.109
--- configure.ac 21 Jun 2006 09:40:17 -0000 1.108
+++ configure.ac 17 Jul 2006 11:49:52 -0000 1.109
@@ -149,15 +149,6 @@ AC_ARG_ENABLE(debug-logging,
fi,
)
-AC_ARG_ENABLE(rich,
- AS_HELP_STRING(--enable-rich,enable Rich's "rm" test code), ,
- enable_rich=no
-)
-AM_CONDITIONAL(ENABLE_RICH, test "$enable_rich" = yes)
-if test "$enable_rich" = "yes"; then
- CFLAGS="$CFLAGS -DNTFS_RICH"
-fi
-
# Use GNU extensions if available.
AC_GNU_SOURCE
|