configure.ac: Add --enable-warnings.

Enables warning() messages without the overhead of all debug output.
This commit is contained in:
Simon Ruderich
2013-06-10 16:18:35 +02:00
parent afca2864dc
commit 357a499884
5 changed files with 15 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ static int force_write_to_non_tty;
#include "constants.h"
#ifdef DEBUG
#ifdef WARNING
# include "debug.h"
#endif