diff options
author | Juerg Billeter <j@bitron.ch> | 2007-10-26 20:59:25 +0000 |
---|---|---|
committer | Jürg Billeter <juergbi@src.gnome.org> | 2007-10-26 20:59:25 +0000 |
commit | b70d052df1bf77610071dbe63f2172d8fd03aaa4 (patch) | |
tree | 8bc6345ed694ed71c3e0be8a9626f67bc0526f25 /configure.ac | |
parent | 2f09eebafae54d18cc599e7b73137caddc63ede6 (diff) | |
download | vala-b70d052df1bf77610071dbe63f2172d8fd03aaa4.tar.gz |
add gen-introspect from gobject-introspection git
2007-10-26 Juerg Billeter <j@bitron.ch>
* configure.ac, gobject-introspection/Makefile.am,
gobject-introspection/clexer.l, gobject-introspection/cparser.y,
gobject-introspection/gen-introspect.c,
gobject-introspection/gen-introspect.h: add gen-introspect from
gobject-introspection git
svn path=/trunk/; revision=660
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index bf1e1d962..0be226260 100644 --- a/configure.ac +++ b/configure.ac @@ -37,6 +37,11 @@ PKG_CHECK_MODULES(GLIB, glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED AC_SUBST(GLIB_CFLAGS) AC_SUBST(GLIB_LIBS) +PKG_CHECK_MODULES(GMODULE, gmodule-2.0 >= $GLIB_REQUIRED) + +AC_SUBST(GMODULE_CFLAGS) +AC_SUBST(GMODULE_LIBS) + AC_PATH_PROG([XSLTPROC], [xsltproc], :) AM_CONDITIONAL(HAVE_XSLTPROC, test "$XSLTPROC" != :) |