Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 443798 | Differences between
and this patch

Collapse All | Expand All

(-)a/configure.ac (-2 / +1 lines)
Lines 122-128 if test "x$GCC" = "xyes"; then Link Here
122
  changequote([,])dnl
122
  changequote([,])dnl
123
fi
123
fi
124
124
125
PKG_CHECK_MODULES(GLIB, [gio-2.0 >= 2.30.0])
125
PKG_CHECK_MODULES(GLIB, [gmodule-2.0 gio-2.0 >= 2.30.0])
126
AC_SUBST(GLIB_CFLAGS)
126
AC_SUBST(GLIB_CFLAGS)
127
AC_SUBST(GLIB_LIBS)
127
AC_SUBST(GLIB_LIBS)
128
128
129
- 

Return to bug 443798