This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: I broke the build
- From: Tom Tromey <tromey at redhat dot com>
- To: Adam Megacz <patches at lists dot megacz dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 07 Feb 2002 12:40:19 -0700
- Subject: Re: I broke the build
- References: <866659d36x.fsf@megacz.com>
- Reply-to: tromey at redhat dot com
>>>>> "Adam" == Adam Megacz <patches@lists.megacz.com> writes:
Adam> Okay, for some reason AC_HEADER_SYS_WAIT() isn't defining
Adam> HAVE_SYS_WAIT_H on Linux (I only tested mingw, yes I know this is
Adam> bad).
I think you forgot to run autoheader.
I'm verifying that this is the problem.
I'll check it in once I'm certain.
Tom