Welcome... Roland/Opa: If that's the case, then restoring the gcc case esac lines should fix things.
Luca: Since this has never been an issue except on Mac OS X, can you test Ola's change (with the case statements added back in) on a system w/o gcc? Thanks! -----Burton -----Original Message----- From: Roland Illig [mailto:[EMAIL PROTECTED] Sent: Thursday, December 01, 2005 12:02 PM To: Burton Strauss Cc: [EMAIL PROTECTED]; 'Luca Deri'; [email protected] Subject: Re: [Ntop-dev] New ntop commit (author ola) <snip /> > The point I was trying to make is that the change which was actually > made to ntop's configure.in TESTED $ac_link, instead of using it as > the helper to execute whatever compiler should be used to compile/link > the test program created to test for the presence of mallinfo.h. No, it _uses_ $ac_link to build a program. The if eval "$ac_link"; then foo else bar fi is (roughly) equivalent to eval "$ac_link" if test $? -ne 0; then foo else bar fi Though it may look like I was "testing" $ac_link, but I'm just asking for its exitcode. <snip /> Roland _______________________________________________ Ntop-dev mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop-dev
