Description: Autoconf tweaking to remove unnecessary checks
 Debian does not require checking for run-time dependencies during
 build process.
Author: Julian Gilbey <jdg@debian.org>
Forwarded: no
Last-Update: 2010-01-13

--- a/configure.in
+++ b/configure.in
@@ -15,7 +15,7 @@
 
 AC_OUTPUT(GNUmakefile:GNUmakefile.in mftrace:mftrace.py mftrace.spec:mftrace.spec.in)
 
-chmod a-w GNUmakefile mftrace
+chmod go-w GNUmakefile mftrace
 chmod a+x mftrace
 
 
