diff options
author | Dan Winship <danw@src.gnome.org> | 2000-07-11 05:22:47 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-07-11 05:22:47 +0800 |
commit | 2fc2feb62eecb5da4f3923edcfc322fce6f02fb3 (patch) | |
tree | bc83f3c7cb88f9aa7320d27b45a63b59370a7afb /acconfig.h | |
parent | ba8853311f5abc33173a8f65f265713c660283ab (diff) | |
download | gsoc2013-evolution-2fc2feb62eecb5da4f3923edcfc322fce6f02fb3.tar gsoc2013-evolution-2fc2feb62eecb5da4f3923edcfc322fce6f02fb3.tar.gz gsoc2013-evolution-2fc2feb62eecb5da4f3923edcfc322fce6f02fb3.tar.bz2 gsoc2013-evolution-2fc2feb62eecb5da4f3923edcfc322fce6f02fb3.tar.lz gsoc2013-evolution-2fc2feb62eecb5da4f3923edcfc322fce6f02fb3.tar.xz gsoc2013-evolution-2fc2feb62eecb5da4f3923edcfc322fce6f02fb3.tar.zst gsoc2013-evolution-2fc2feb62eecb5da4f3923edcfc322fce6f02fb3.zip |
Add a check for Bonobo 0.15 vs Bonobo post-0.15
* configure.in: Add a check for Bonobo 0.15 vs Bonobo post-0.15
svn path=/trunk/; revision=4053
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index ebc1605516..29a1e3de1c 100644 --- a/acconfig.h +++ b/acconfig.h @@ -17,6 +17,7 @@ #undef HAVE_KRB4 #undef HAVE_KRB5 #undef USE_BROKEN_THREADS +#undef BONOBO_POST_0_15 /* Define this if you want to build against the development gtk */ #undef HAVE_DEVGTK |