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

Collapse All | Expand All

(-)configure.ac (-1 / +1 lines)
Lines 94-100 AC_CHECK_FUNCS(exit fcntl freeaddrinfo g Link Here
94
94
95
AM_PATH_GTK_2_0(2.4.0,, [AC_MSG_ERROR([unable to find the GTK+ library])])
95
AM_PATH_GTK_2_0(2.4.0,, [AC_MSG_ERROR([unable to find the GTK+ library])])
96
96
97
PKG_CHECK_MODULES(GNOME, [gthread-2.0 libgnomeui-2.0 libpanelapplet-2.0 libglade-2.0 eel-2.0],, [AC_MSG_ERROR([unable to find the GNOME libraries])])
97
PKG_CHECK_MODULES(GNOME, [gthread-2.0 libgnomeui-2.0 libpanelapplet-2.0 libglade-2.0 eel-2.0 gmodule-export-2.0],, [AC_MSG_ERROR([unable to find the GNOME libraries])])
98
AM_GCONF_SOURCE_2
98
AM_GCONF_SOURCE_2
99
99
100
AC_PATH_PROG(GCONFTOOL, gconftool-2)
100
AC_PATH_PROG(GCONFTOOL, gconftool-2)

Return to bug 70377