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/gnome-bonobo-check.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros/gnome-bonobo-check.m4') 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