[monkey-bubble: 152/753] #define this if we have libbonobo.



commit a0ad20e2dd980bc4fb4725e99fa63b1ea9599740
Author: Martin Baulig <baulig suse de>
Date:   Sun Apr 15 22:07:59 2001 +0000

    #define this if we have libbonobo.
    
    2001-04-16  Martin Baulig  <baulig suse de>
    
    	* configure.in (HAVE_LIBBONOBO): #define this if we have libbonobo.

 ChangeLog    |    4 ++++
 acconfig.h   |    1 +
 configure.in |    3 +++
 3 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 6b76516..163942f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-04-16  Martin Baulig  <baulig suse de>
+
+	* configure.in (HAVE_LIBBONOBO): #define this if we have libbonobo.
+
 2001-04-15  Martin Baulig  <baulig suse de>
 
 	* configure.in: Depend on libgnomebase, not gnome-support. Check
diff --git a/acconfig.h b/acconfig.h
index b23dbc0..08c0fa3 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -7,3 +7,4 @@
 #undef HAVE_STPCPY
 #undef GNOME_EXCLUDE_DEPRECATED_SOURCE
 #undef GNOME_EXCLUDE_DEPRECATED
+#undef HAVE_LIBBONOBO
diff --git a/configure.in b/configure.in
index 6660cea..1011aef 100644
--- a/configure.in
+++ b/configure.in
@@ -124,6 +124,9 @@ AC_SUBST(LIBXML_LIBS)
 
 GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES(LIBBONOBO, libbonobo-2.0:1.96.0)
 AM_CONDITIONAL(HAVE_LIBBONOBO, test x$have_LIBBONOBO = yes)
+if test x$have_LIBBONOBO = xyes ; then
+  AC_DEFINE(HAVE_LIBBONOBO)
+fi
 AC_SUBST(LIBBONOBO_CFLAGS)
 AC_SUBST(LIBBONOBO_LIBS)
 



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