summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Gusakov <andrey.gusakov@cogentembedded.com>2014-08-29 14:53:50 +0400
committerDavid Herrmann <dh.herrmann@gmail.com>2014-09-03 07:54:24 +0200
commit76b736aca35900e03ba2e7363e8b44ff436ad0b7 (patch)
treedcca5b76fffd2a07f75d108165df6a6ff307433e
parentb7d04aa20dfcdd460d8e1a81dafd9a80ab1f036f (diff)
build: fix required package to libsystemd
We require libsystemd, not libsystemd-daemon. Fix the pkg-config test and also adjust the version. Signed-off-by: Andrey Gusakov <andrey.gusakov@cogentembedded.com> Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9c85b9a..2daf24d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,7 +40,7 @@ LT_INIT
# Mandatory dependencies
#
-PKG_CHECK_MODULES([DEPS], [libudev libsystemd-daemon >= 208])
+PKG_CHECK_MODULES([DEPS], [libudev libsystemd >= 213])
PKG_CHECK_MODULES([GDHCP], [glib-2.0])
AC_CHECK_HEADERS(readline/readline.h,, AC_MSG_ERROR(GNU readline not found))