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

Collapse All | Expand All

(-)gtkballs-3.1.5/configure (-1 / +1 lines)
Lines 4688-4694 Link Here
4688
4688
4689
4689
4690
4690
4691
nlsdir='${prefix}/share/locale'
4691
nlsdir='${datadir}/locale'
4692
4692
4693
4693
4694
# Check whether --enable-glibtest or --disable-glibtest was given.
4694
# Check whether --enable-glibtest or --disable-glibtest was given.
(-)gtkballs-3.1.5/configure.in (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
AM_GNU_GETTEXT([external])
14
AM_GNU_GETTEXT([external])
15
15
16
nlsdir='${prefix}/share/locale'
16
nlsdir='${datadir}/locale'
17
AC_SUBST(nlsdir)
17
AC_SUBST(nlsdir)
18
18
19
AM_PATH_GLIB_2_0(2.0.0)
19
AM_PATH_GLIB_2_0(2.0.0)

Return to bug 91494