summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-04-01 14:43:54 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-04-01 14:43:54 +0200
commite4f012eb60f6531f964557ba9eac54048ae2bef8 (patch)
tree8c3a6a67e26d5b244fdffeece2c1e832e8e5df6e /configure.ac
parenta66b69533e38fdc40a7832b99c36e4d25bba80b2 (diff)
parente3f21521cd6ae237fd9b362281fe188380210fb5 (diff)
downloadrsyslog-e4f012eb60f6531f964557ba9eac54048ae2bef8.tar.gz
rsyslog-e4f012eb60f6531f964557ba9eac54048ae2bef8.tar.xz
rsyslog-e4f012eb60f6531f964557ba9eac54048ae2bef8.zip
Merge branch 'master' of git+ssh://rger@git.adiscon.com/git/rsyslog
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2db856cd..de328f83 100644
--- a/configure.ac
+++ b/configure.ac
@@ -689,8 +689,10 @@ AM_CONDITIONAL(ENABLE_OMTEMPLATE, test x$enable_omtemplate = xyes)
# settings for omstdout
+# note that "make check" fails, if omstdout is not enabled (thus we enable
+# it by default).
AC_ARG_ENABLE(omstdout,
- [AS_HELP_STRING([--enable-omstdout],[Compiles stdout template module @<:@default=no@:>@])],
+ [AS_HELP_STRING([--enable-omstdout],[Compiles stdout template module @<:@default=yes@:>@])],
[case "${enableval}" in
yes) enable_omstdout="yes" ;;
no) enable_omstdout="no" ;;