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

Collapse All | Expand All

(-)elinks-0.9.2rc4.orig/configure (-2 / +2 lines)
Lines 6756-6763 Link Here
6756
      BUILD_INCLUDED_LIBINTL=yes
6756
      BUILD_INCLUDED_LIBINTL=yes
6757
      USE_INCLUDED_LIBINTL=yes
6757
      USE_INCLUDED_LIBINTL=yes
6758
      CATOBJEXT=.gmo
6758
      CATOBJEXT=.gmo
6759
      INTLLIBS="\$(top_builddir)/src/intl/gettext/libintl.a $LIBICONV"
6759
      INTLLIBS="\$(top_builddir)/src/intl/gettext/libintl.a "
6760
      LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
6760
      LIBS=`echo " $LIBS $LIBICONV " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
6761
6761
6762
                  if test "$GMSGFMT" != ":"; then
6762
                  if test "$GMSGFMT" != ":"; then
6763
			if $GMSGFMT --statistics /dev/null >/dev/null 2>&1; then
6763
			if $GMSGFMT --statistics /dev/null >/dev/null 2>&1; then

Return to bug 60551