Re: Buglet in configure.in

2006-01-24 Thread Thomas Anders
Magnus Fromreide wrote: but == is not a valid operation for test(1), it should be =, could someone please correct this? Now fixed in CVS. Thanks for the report! +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) --- This SF.net ema

Buglet in configure.in

2006-01-23 Thread Magnus Fromreide
Hello. In configure.in it says: AC_ARG_ENABLE(mini_agent, [ --enable-mini-agent Build a minimal agent.]) if test "x$enable_mini_agent" == "xyes"; then mini_agent="yes" else mini_agent="no" fi but == is not a valid operation for test(1), it should be =, could someone please c