On Wed, Feb 12, 2003, Michael van Elst wrote:

>     force usage of sasl2, configure test fails because of dependency to
>     berkeley db
> [...]
>    %build
>   +    # hardware configure to use sasl2 library
>   +    %{l_shtool} subst \
>   +        -e '4s/.*/ac_cv_lib_sasl2_sasl_client_init=yes/' \
>   +        configure
>   +

Any reason why not to use our standard approach which we already
used dozens of times in packages:

 ...
 echo "ac_cv_lib_sasl2_sasl_client_init=yes" >config.cache
 ...
 --cache-file=./config.cache
 ...

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com

______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
Developer Communication List                   [EMAIL PROTECTED]

Reply via email to