tis 2007-07-17 klockan 00:54 -0700 skrev Arthur Tumanyan:
> I add this lines into configure.in :
>
> AM_CONDITIONAL(ENABLE_SHAGA, false)
> AC_ARG_ENABLE(shaga,
> [ --enable-shaga Enable ShagaEngine support],
> [ if test "$enableval" != "no"; then
> echo "ShagaEngine support enabled"
> AC_DEFINE(USE_SHAGA, 1, [Define this to include code for ShagaEngine.])
> AM_CONDITIONAL(ENABLE_SHAGA, true)
> ])
Missing a fi in the above to end the if; then block..
Regards
Henrik
This archive was generated by hypermail pre-2.1.9 : Wed Aug 01 2007 - 12:00:06 MDT