From a6dee99edd1a3870c4dc4557f605578c52a4f0dc Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Tue, 21 Jun 2011 18:26:10 +0200 Subject: custom marshaller in place to handle the string string signature on our item specific dbus methods --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ab02d4e..b7525d7 100644 --- a/configure.ac +++ b/configure.ac @@ -23,6 +23,8 @@ AC_CONFIG_MACRO_DIR([m4]) m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) +AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal]) + ########################### # Dependencies ########################### @@ -96,6 +98,7 @@ AC_SUBST(INDICATORICONSDIR) ########################### GLIB_GSETTINGS +GLIB_GENMARSHAL ########################### # DBus Service Info -- cgit v1.2.3