On Fri, May 21, 2010 at 14:01, Gary V. Vaughan <[email protected]> wrote:
Gary
> In the end AC_PROG_CXX is not very time consuming, so I'd recommend
> something more along the lines of (untested - from memory):
>
> AC_PROG_CXX
> AM_CONDITIONAL([BUILD_BOINC], [test "x${boinc}" = xtrue])
>
> and then in Makefile.am
>
> if BUILD_BOINC
> ....add boinc decls here...
> end
Thanks Gary, that seems a much better way to do it.
Cheers
Adam
_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool