aboutsummaryrefslogtreecommitdiffstats
path: root/macros/gnome-bonobo-check.m4
diff options
context:
space:
mode:
Diffstat (limited to 'macros/gnome-bonobo-check.m4')
-rw-r--r--macros/gnome-bonobo-check.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/gnome-bonobo-check.m4 b/macros/gnome-bonobo-check.m4
index 7eb2b2653d..65e272cf7a 100644
--- a/macros/gnome-bonobo-check.m4
+++ b/macros/gnome-bonobo-check.m4
@@ -64,7 +64,7 @@ dnl
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <bonobo.h>
+#include <bonobo/gnome-object.h>
static char*
my_strdup (char *str)
@@ -88,7 +88,7 @@ int main ()
char *tmp_version;
system ("touch conf.bonobotest");
- bonobo_object_get_type ();
+ gnome_object_get_type ();
return 0;
}