aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorbertrand <Bertrand.Guiheneuf@inria.fr>1999-05-31 04:02:42 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>1999-05-31 04:02:42 +0800
commitb3cdb41a122e797572b834fac6d5e11ddd579d5e (patch)
tree812923c019457ce8a7ea32e0e8504b51cb14cf05 /configure.in
parentd32ba2a70aebd94d176f73a64bc83ed59038e835 (diff)
downloadgsoc2013-evolution-b3cdb41a122e797572b834fac6d5e11ddd579d5e.tar
gsoc2013-evolution-b3cdb41a122e797572b834fac6d5e11ddd579d5e.tar.gz
gsoc2013-evolution-b3cdb41a122e797572b834fac6d5e11ddd579d5e.tar.bz2
gsoc2013-evolution-b3cdb41a122e797572b834fac6d5e11ddd579d5e.tar.lz
gsoc2013-evolution-b3cdb41a122e797572b834fac6d5e11ddd579d5e.tar.xz
gsoc2013-evolution-b3cdb41a122e797572b834fac6d5e11ddd579d5e.tar.zst
gsoc2013-evolution-b3cdb41a122e797572b834fac6d5e11ddd579d5e.zip
new class. Represents an abstract stream object.
1999-05-30 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/camel-stream.h: new class. Represents an abstract stream object. svn path=/trunk/; revision=960
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index b05a0df023..91711cd682 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,6 @@
# Process this file with autoconf to produce a configure script.
AC_INIT(camel)
+AM_CONFIG_HEADER(config.h)
cflags_set=${CFLAGS+set}
@@ -12,7 +13,6 @@ PACKAGE=gnome-mailer
AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
AC_SUBST(VERSION)
-AM_CONFIG_HEADER(config.h)
dnl Initialize libtool
AM_PROG_LIBTOOL
@@ -51,7 +51,7 @@ dnl ******************************
dnl Check for Bonobo
dnl ******************************
AM_PATH_BONOBO(0.1.0, [
- AC_DEFINE(ENABLE_BONOBO)
+ AC_DEFINE(HAVE_BONOBO)
have_bonobo=true
],[
have_bonobo=false