[pygobject] Link libregress.so to GIO_LIBS again



commit 167261d556eab0d2e448c7ed28eef540a024ba1d
Author: Tomeu Vizoso <tomeu vizoso collabora co uk>
Date:   Wed Jan 19 16:47:08 2011 +0100

    Link libregress.so to GIO_LIBS again

 configure.ac |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d2ec4eb..0254e4f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -206,6 +206,11 @@ AC_SUBST(FFI_CFLAGS)
 AC_SUBST(FFI_LIBS)
 AC_SUBST(LIBFFI_PC)
 
+dnl gio
+PKG_CHECK_MODULES(GIO, gio-2.0 >= gio_required_version)
+AC_SUBST(GIO_CFLAGS)
+AC_SUBST(GIO_LIBS)
+
 AC_ARG_ENABLE(cairo,
     AC_HELP_STRING([--enable-cairo], [Enable Cairo bindings using introspection information]),
     enable_cairo=$enableval,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]