summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-03-01 11:47:09 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-03-01 11:47:09 +0100
commit8cc6eda2c00e4efd63de0b4f69d9d66b73e3c706 (patch)
treeb9b91586dc4d92c9408f7f1c29b42d8ebfa9d359 /configure.ac
parentc939685c2d4a29ce90327428910f96dbd5096d06 (diff)
downloadrsyslog-8cc6eda2c00e4efd63de0b4f69d9d66b73e3c706.tar.gz
rsyslog-8cc6eda2c00e4efd63de0b4f69d9d66b73e3c706.tar.xz
rsyslog-8cc6eda2c00e4efd63de0b4f69d9d66b73e3c706.zip
new code works with libee 0.4.0 as well
so we do not need to require the newer version
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 322fc366..af078813 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,7 +33,7 @@ PKG_PROG_PKG_CONFIG
# modules we require
PKG_CHECK_MODULES(LIBESTR, libestr >= 0.1.2)
-PKG_CHECK_MODULES(LIBEE, libee >= 0.4.2)
+PKG_CHECK_MODULES(LIBEE, libee >= 0.4.0)
case "${host}" in
*-*-linux*)