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

Collapse All | Expand All

(-)configure.in.orig (-2 / +2 lines)
Lines 373-379 Link Here
373
esac
373
esac
374
374
375
if test "x$found_iconv" = "xno" ; then
375
if test "x$found_iconv" = "xno" ; then
376
   AC_MSG_ERROR([*** No iconv() implementation found in C library or libiconv])
376
   AC_MSG_RESULT([*** No iconv() implementation found in C library or libiconv. Using stubs])
377
fi
377
fi
378
378
379
dnl
379
dnl
Lines 384-390 Link Here
384
GLIB_GNU_GETTEXT
384
GLIB_GNU_GETTEXT
385
385
386
if test "$gt_cv_have_gettext" != "yes" ; then
386
if test "$gt_cv_have_gettext" != "yes" ; then
387
  AC_MSG_ERROR([
387
  AC_MSG_RESULT([*** For some unknown reason somebody thinks ***
388
*** You must have either have gettext support in your C library, or use the 
388
*** You must have either have gettext support in your C library, or use the 
389
*** GNU gettext library. (http://www.gnu.org/software/gettext/gettext.html
389
*** GNU gettext library. (http://www.gnu.org/software/gettext/gettext.html
390
])
390
])

Return to bug 80110