From 377ef7c311a5a3b1718bf4474612c5a47db11fd0 Mon Sep 17 00:00:00 2001 From: Patrick Welche Date: Sat, 14 May 2011 17:57:42 +0100 Subject: Build fixes. - atspi-application.h makes use of DBusConnection* . - -Werror-implicit-function-declaration doesn't contain an equal sign in my copy of gcc, and is gcc specific. - The default behaviour of AC_CHECK_LIB glib-2.0 is to add -lglib-2.0 to LIBS which can then cause the search for a dlopen function to fail because the flags to find libglib aren't included. Solution is to tell AC_CHECK_LIB to do nothing(!) --- atspi/atspi-application.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atspi/atspi-application.h') diff --git a/atspi/atspi-application.h b/atspi/atspi-application.h index 1e0dd797..bb159783 100644 --- a/atspi/atspi-application.h +++ b/atspi/atspi-application.h @@ -25,7 +25,7 @@ #ifndef _ATSPI_APPLICATION_H_ #define _ATSPI_APPLICATION_H_ -#include "glib-object.h" +#include #include "atspi-accessible.h" -- cgit v1.2.1