This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: * configure.in: Test for libintl.h.


On Tue, Apr 29, 2003 at 03:16:32PM -0400, Phil Edwards wrote:
> I'm worried that testing for a function which
> can also be found in libc (e.g., under Linux) will give false positives,
> so checking for gettext or binddomain, etc, won't work.

It won't work, unless, of course, it would work.  Which it does.


> +    AC_CHECK_LIB(intl, libintl_gettext)

So trying "gettext" instead of "libintl_gettext" here should give you
identical answers.  If it does, then that's what we'll use.

-- 
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace.  We seek
not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen.            - Samuel Adams


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]