summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilan Bartos <mbartos@redhat.com>2013-02-18 15:40:42 +0100
committerMilan Bartos <mbartos@redhat.com>2013-03-05 12:01:51 +0100
commit2a307712146d4b6a5f30c3c1688ef3c79a3158e5 (patch)
tree2f9b832c7d56dfb4c7b98affa1f8c5601e7c5104
parent289e54fdb5d4ebf722425982ff54d7c96132e306 (diff)
downloadrsyslog-2a307712146d4b6a5f30c3c1688ef3c79a3158e5.tar.gz
rsyslog-2a307712146d4b6a5f30c3c1688ef3c79a3158e5.tar.bz2
rsyslog-2a307712146d4b6a5f30c3c1688ef3c79a3158e5.zip
configure.ac fix
modified: configure.ac
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 273091ef..8644a190 100644
--- a/configure.ac
+++ b/configure.ac
@@ -327,7 +327,7 @@ AM_CONDITIONAL(ENABLE_IMKMSG, test x$enable_kmsg = xyes)
# journal
AC_ARG_ENABLE(journal,
- [AS_HELP_STRING([--enable-journal],[Kmsg structured kernel logs functionality @<:@default=no@:>@])],
+ [AS_HELP_STRING([--enable-journal],[Systemd journal message import @<:@default=no@:>@])],
[case "${enableval}" in
yes) enable_journal="yes" ;;
no) enable_journal="no" ;;
@@ -335,7 +335,7 @@ AC_ARG_ENABLE(journal,
esac],
[enable_journal="no"]
)
-AM_CONDITIONAL(ENABLE_IMKMSG, test x$enable_journal = xyes)
+AM_CONDITIONAL(ENABLE_IMJOURNAL, test x$enable_journal = xyes)
# inet
AC_ARG_ENABLE(inet,