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 / +12 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_SEARCH_LIBS([cos], [m], [], [
71
	AC_MSG_ERROR([unable to find the cos() function])
72
])
73
63
AC_SUBST(GNOME_CFLAGS)
74
AC_SUBST(GNOME_CFLAGS)
64
AC_SUBST(GNOME_LIBS)
75
AC_SUBST(GNOME_LIBS)
65
	
76
	

Return to bug 497192