diff options
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 0db1568..ae09940 100644 --- a/configure.in +++ b/configure.in @@ -15,7 +15,7 @@ stdint.h sys/ioctl.h linux/limits.h \ ], [],AC_MSG_ERROR([ required header missing])) -AC_DEFINE([DEBUG], 1, [set to 1 to enable debug]) +AC_DEFINE([DEBUG], 0, [set to 1 to enable debug]) AC_OUTPUT([Makefile src/Makefile]) |