Re: about cf.data.pre and squid compiling

From: Henrik Nordstrom <henrik@dont-contact.us>
Date: Tue, 17 Jul 2007 22:50:14 +0200

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

Received on Tue Jul 17 2007 - 14:50:25 MDT

This archive was generated by hypermail pre-2.1.9 : Wed Aug 01 2007 - 12:00:06 MDT