From fb01420e586ba1a60b0e60a73a21e59b299015ec Mon Sep 17 00:00:00 2001 From: Dave Camp Date: Wed, 26 Jan 2000 01:01:04 +0000 Subject: Check for bonobo_object_get_type() rather than gnome_object_get_type(). 2000-01-26 Dave Camp * gnome-bonobo-check.m4: Check for bonobo_object_get_type() rather than gnome_object_get_type(). svn path=/trunk/; revision=1642 --- macros/ChangeLog | 5 +++++ macros/gnome-bonobo-check.m4 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'macros') diff --git a/macros/ChangeLog b/macros/ChangeLog index ec32da4975..b62a2f911d 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -1,3 +1,8 @@ +2000-01-26 Dave Camp + + * gnome-bonobo-check.m4: Check for bonobo_object_get_type() rather + than gnome_object_get_type(). + 2000-01-23 Peter Teichman * gnome-pilot.m4: i broke the version-checking macro for other diff --git a/macros/gnome-bonobo-check.m4 b/macros/gnome-bonobo-check.m4 index 65e272cf7a..730012f094 100644 --- a/macros/gnome-bonobo-check.m4 +++ b/macros/gnome-bonobo-check.m4 @@ -88,7 +88,7 @@ int main () char *tmp_version; system ("touch conf.bonobotest"); - gnome_object_get_type (); + bonobo_object_get_type (); return 0; } -- cgit v1.2.3