Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 91378
Collapse All | Expand All

(-)/usr/share/aclocal/pkg.m4 (-1 / +1 lines)
Lines 2-8 Link Here
2
dnl PKG_CHECK_MODULES(GSTUFF, gtk+-2.0 >= 1.3 glib = 1.3.4, action-if, action-not)
2
dnl PKG_CHECK_MODULES(GSTUFF, gtk+-2.0 >= 1.3 glib = 1.3.4, action-if, action-not)
3
dnl defines GSTUFF_LIBS, GSTUFF_CFLAGS, see pkg-config man page
3
dnl defines GSTUFF_LIBS, GSTUFF_CFLAGS, see pkg-config man page
4
dnl also defines GSTUFF_PKG_ERRORS on error
4
dnl also defines GSTUFF_PKG_ERRORS on error
5
AC_DEFUN(PKG_CHECK_MODULES, [
5
AC_DEFUN([PKG_CHECK_MODULES], [
6
  succeeded=no
6
  succeeded=no
7
7
8
  if test -z "$PKG_CONFIG"; then
8
  if test -z "$PKG_CONFIG"; then

Return to bug 91378