aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-12-04 16:57:37 +0100
committerMarcel Holtmann <marcel@holtmann.org>2008-12-04 16:57:37 +0100
commit49124ce3d0e561e55edb6884ed8618624bdb570c (patch)
treef64f6f4690bc941f491159cc32883083534cc2d4
parentb589f4f89bff20d54682cc6b49efa86feac8adb4 (diff)
downloadconnman-gnome-49124ce3d0e561e55edb6884ed8618624bdb570c.tar.gz
Check for GLib genmarshal tool
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index de35204..141a4ca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -60,5 +60,8 @@ PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.8, dummy=yes,
AC_SUBST(GTK_CFLAGS)
AC_SUBST(GTK_LIBS)
+GLIB_GENMARSHAL=`$PKG_CONFIG --variable=glib_genmarshal glib-2.0`
+AC_SUBST(GLIB_GENMARSHAL)
+
AC_OUTPUT(Makefile common/Makefile applet/Makefile properties/Makefile
icons/Makefile po/Makefile.in)