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

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +10 lines)
Line  Link Here
0
-- configure.in
0
++ configure.in
Lines 60-65 Link Here
60
	GNOME_CFLAGS="$GNOME_CFLAGS -DHAVE_GNOME=1"
60
	GNOME_CFLAGS="$GNOME_CFLAGS -DHAVE_GNOME=1"
61
fi
61
fi
62
62
63
dnl Check for libgmodule-2.0 flags to prevent underlinking
64
dnl Required due to Gentoo bug #497192
65
PKG_CHECK_MODULES([GMODULE], [gmodule-2.0])
66
GNOME_CFLAGS="$GNOME_CFLAGS $GMODULE_CFLAGS"
67
GNOME_LIBS="$GNOME_LIBS $GMODULE_LIBS"
68
69
dnl Check for libm, also due to underlinking
70
AC_CHECK_LIB([m], [cos], [LIBS="$LIBS -lm"])
71
63
AC_SUBST(GNOME_CFLAGS)
72
AC_SUBST(GNOME_CFLAGS)
64
AC_SUBST(GNOME_LIBS)
73
AC_SUBST(GNOME_LIBS)
65
	
74
	

Return to bug 497192