summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-06-11 11:47:56 +0100
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-06-11 11:59:41 +0100
commit663c7bb969099354fb60f9cbac860a5fe40076d9 (patch)
tree4c2694f1c2e4c94a974334f05a8585d4dff377a4 /configure.ac
parent1883ca5c9cb7b15bcf3b3f8f2086cbbc3e7292be (diff)
downloadnode-startup-controller-663c7bb969099354fb60f9cbac860a5fe40076d9.tar.gz
Drop intltool, depend on systemd 37 for now
Since the boot manager will run in the background as a service, we'll probably not need translations. Systemd 183 is not available on all Linux distributions yet, so in order to get started, we'll build on top of 37 for now. 37 doesn't have all the features we need but it's good enough to develop the LUC handler at least.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c431656..a2eef15 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,7 +46,6 @@ AM_PROG_AS()
AC_PROG_CC()
AM_PROG_CC_C_O()
AC_PROG_INSTALL()
-AC_PROG_INTLTOOL([0.31], [no-xml])
dnl ***********************
dnl *** Prepare libtool ***
@@ -86,7 +85,7 @@ dnl *** Check for required packages ***
dnl ***********************************
PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.30.0])
PKG_CHECK_MODULES([GIO], [gio-2.0 >= 2.30.0])
-PKG_CHECK_MODULES([SYSTEMD_DAEMON], [libsystemd-daemon >= 183])
+PKG_CHECK_MODULES([SYSTEMD_DAEMON], [libsystemd-daemon >= 37])
AC_OUTPUT([
Makefile