Re: ‘pty’ module fails on FreeBSD 7.2

2010-03-17 Thread Ludovic Courtès
Hi Simon, Simon Josefsson writes: > l...@gnu.org (Ludovic Courtès) writes: > >> Hi Ralf, >> >> Ralf Wildenhues writes: >> >>> * Ludovic Courtès wrote on Tue, Mar 16, 2010 at 10:52:11AM CET: checking whether forkpty is declared... no checking whether forkpty is declared... (cached) no

Re: ‘pty’ module fails on FreeBSD 7.2

2010-03-17 Thread Eric Blake
On 03/17/2010 08:24 AM, Ludovic Courtès wrote: >> Yes, you have to unset the cache variable before the second test, >> ac_cv_have_decl_forkpty. > > Then I think this patch should fix it: > > 2010-03-17 Ludovic Courtès (tiny change) > > * m4/pty.m4: Unset $ac_cv_have_decl_forkpty before

Re: ‘pty’ module fails on FreeBSD 7.2

2010-03-17 Thread Simon Josefsson
l...@gnu.org (Ludovic Courtès) writes: > Hi Ralf, > > Ralf Wildenhues writes: > >> * Ludovic Courtès wrote on Tue, Mar 16, 2010 at 10:52:11AM CET: >>> checking whether forkpty is declared... no >>> checking whether forkpty is declared... (cached) no >> >>> Looking at pty.m4, I’m wondering whether

Re: ‘pty’ module fails on FreeBSD 7.2

2010-03-17 Thread Ludovic Courtès
Hi Ralf, Ralf Wildenhues writes: > * Ludovic Courtès wrote on Tue, Mar 16, 2010 at 10:52:11AM CET: >> checking whether forkpty is declared... no >> checking whether forkpty is declared... (cached) no > >> Looking at pty.m4, I’m wondering whether the second >> ‘AC_CHECK_DECL([forkpty]...])’ is ac

Re: ‘pty’ module fails on FreeBSD 7.2

2010-03-16 Thread Ralf Wildenhues
Hello Ludovic, * Ludovic Courtès wrote on Tue, Mar 16, 2010 at 10:52:11AM CET: > checking whether forkpty is declared... no > checking whether forkpty is declared... (cached) no > Looking at pty.m4, I’m wondering whether the second > ‘AC_CHECK_DECL([forkpty]...])’ is actually performed; it seems

‘pty’ module fails on FreeBSD 7.2

2010-03-16 Thread Ludovic Courtès
Hi Simon, [Adding bug-gnu...@gnu.org.] Simon Josefsson writes: > Simon Josefsson writes: > >> l...@gnu.org (Ludovic Courtès) writes: >> >>> Next one is this (FreeBSD): >>> >>> gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../lib >>> -I../libinetutils-g -O2 -c pty.c >>> pty.c