[gnome-js-common] Add HAVE_SEED, HAVE_GJS AM_CONDITIONALs



commit feb36b26ff7abb7df2f99950c291806d9460c0fc
Author: Robert Carr <racarr svn gnome org>
Date:   Thu May 14 01:18:52 2009 -0400

    Add HAVE_SEED, HAVE_GJS AM_CONDITIONALs
---
 configure.ac |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index 5bf616f..24dec22 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,6 +45,9 @@ if test x"$want_gjs" == x"yes" ; then
    AC_SUBST(GJS_LDFLAGS)
 fi
 
+AM_CONDITIONAL(HAVE_SEED, test "x$want_seed" = "xyes")
+AM_CONDITIONAL(HAVE_GJS, test "x$want_gjs" = "xyes")
+
 AC_OUTPUT([
 Makefile
 po/Makefile.in



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]