gnome-bonobo-check.m4 Include <bonobo.h> rather than

2000-01-26  Dave Camp  <campd@oit.edu>

	* gnome-bonobo-check.m4 Include <bonobo.h> rather than
	<bonobo/gnome-object.h>

svn path=/trunk/; revision=1643
This commit is contained in:
Dave Camp
2000-01-26 01:55:16 +00:00
committed by Dave Camp
parent fb01420e58
commit eb1bc09da6
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-01-26 Dave Camp <campd@oit.edu>
* gnome-bonobo-check.m4 Include <bonobo.h> rather than
<bonobo/gnome-object.h>
2000-01-26 Dave Camp <campd@oit.edu>
* gnome-bonobo-check.m4: Check for bonobo_object_get_type() rather

View File

@ -64,7 +64,7 @@ dnl
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <bonobo/gnome-object.h>
#include <bonobo.h>
static char*
my_strdup (char *str)