diff options
author | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-05-30 22:02:36 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-05-30 22:02:36 +0800 |
commit | d32ba2a70aebd94d176f73a64bc83ed59038e835 (patch) | |
tree | 8f0b1cdba89abe63ef364e07694d2606d54d5e11 /configure.in | |
parent | 1d01c8dad13eeab68241617b0ca981a8582b8215 (diff) | |
download | gsoc2013-evolution-d32ba2a70aebd94d176f73a64bc83ed59038e835.tar gsoc2013-evolution-d32ba2a70aebd94d176f73a64bc83ed59038e835.tar.gz gsoc2013-evolution-d32ba2a70aebd94d176f73a64bc83ed59038e835.tar.bz2 gsoc2013-evolution-d32ba2a70aebd94d176f73a64bc83ed59038e835.tar.lz gsoc2013-evolution-d32ba2a70aebd94d176f73a64bc83ed59038e835.tar.xz gsoc2013-evolution-d32ba2a70aebd94d176f73a64bc83ed59038e835.tar.zst gsoc2013-evolution-d32ba2a70aebd94d176f73a64bc83ed59038e835.zip |
sync
svn path=/trunk/; revision=959
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 085eec8203..b05a0df023 100644 --- a/configure.in +++ b/configure.in @@ -40,6 +40,24 @@ AM_GNOME_GETTEXT GNOME_X_CHECKS +dnl ************************************************** +dnl * ORBit support +dnl ************************************************** +GNOMEGNORBA_LIBS="$GNOMEGNORBA_LIBS" +AC_SUBST(GNOMEGNORBA_LIBS) + + +dnl ****************************** +dnl Check for Bonobo +dnl ****************************** +AM_PATH_BONOBO(0.1.0, [ + AC_DEFINE(ENABLE_BONOBO) + have_bonobo=true +],[ + have_bonobo=false +]) +AM_CONDITIONAL(BONOBO, $have_bonobo) + AC_OUTPUT([ Makefile |