This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
Re: patch proposal for libjava/configure[.in]
- To: arno at heho dot snv dot jussieu dot fr (Arno J. Klaassen)
- Subject: Re: patch proposal for libjava/configure[.in]
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 09 Oct 2000 11:25:24 -0600
- Cc: java-patches at sourceware dot cygnus dot com
- References: <wpg0m6ni91.fsf@heho.snv.jussieu.fr>
- Reply-To: tromey at cygnus dot com
>>>>> "Arno" == Arno J Klaassen <arno@heho.snv.jussieu.fr> writes:
Arno> the following patch makes configure correctly detect socklen_t
Arno> on systems where it is a typedef to a sys/types.h declared type
Arno> (e.g. FreeBSD); it should not hurd on other systems.
Thanks, I will check in the appropriate configure.in patch.
Arno> N.B. I also had to upgrade ``missing'' to a recent version of
Arno> automake, otherwise ``--run'' is not recognised.
I've made this change as well.
Tom