summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRiccardo Magliocchetti <riccardo.magliocchetti@gmail.com>2012-11-23 18:34:17 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-12-20 11:24:42 +0100
commit2c9ab4bd1bd895478ca6c5887b05ff29a73f1215 (patch)
treef51232578cb1e0b3c35f4a5f4ce48aca4da2b524 /configure.ac
parent585e4181f09d1860413051c8f111ecf4f9deb786 (diff)
Add ability to send SAL_* messages to syslog
Use environment variable SAL_LOG_SYSLOG=1 Change-Id: I0c260ca69fbeefb0c2e8cc46ca6955e92791c05b Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d344884bc13f..d47cb4b96cc5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4257,7 +4257,10 @@ SOURCEVERSION="OOO$UPD"
AC_SUBST(UPD)
AC_SUBST(SOURCEVERSION)
-
+dnl ===================================================================
+dnl Check for syslog header
+dnl ===================================================================
+AC_CHECK_HEADER(syslog.h, AC_DEFINE(HAVE_SYSLOG_H))
dnl ===================================================================
dnl Set the ENABLE_CRASHDUMP variable.