summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Bayer <bbayer@multitech.com>2016-02-09 10:46:00 -0600
committerBrandon Bayer <bbayer@multitech.com>2016-02-15 14:56:59 -0600
commit7e267f1ef170777199e833deeb6cedcb04ec4616 (patch)
tree9bf1be38f5e1de791595860a754eceb159accc32
parentdce78f7a2bd56c6582c123eb3b070255b5781e2d (diff)
downloadsms-utils-debug.tar.gz
sms-utils-debug.tar.bz2
sms-utils-debug.zip
debug: enable loggingdebug
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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])