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
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