From 7e267f1ef170777199e833deeb6cedcb04ec4616 Mon Sep 17 00:00:00 2001 From: Brandon Bayer Date: Tue, 9 Feb 2016 10:46:00 -0600 Subject: debug: enable logging --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index e71fbf7..7819666 100644 --- a/configure.in +++ b/configure.in @@ -21,7 +21,7 @@ AC_CHECK_LIB([yaml], [yaml_parser_initialize], [], [], []) AC_CHECK_LIB([ssl], [SSL_connect], [], [], []) AC_CHECK_LIB([esmtp], [smtp_create_session], [], [], [-lssl]) -AC_DEFINE([DEBUG], 0, [set to 1 to enable debug]) +AC_DEFINE([DEBUG], 1, [set to 1 to enable debug]) AC_DEFINE([CONFIG_USE_SYSLOG], 0, [set to 1 to use syslog for logging]) AC_DEFINE([DEFAULT_DEVICE], ["/dev/modem_at0"], [set the default device]) -- cgit v1.2.3