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
signature.asc
Description: Detta är en digitalt signerad meddelandedel