On 6/21/12 5:54 , David Anderson wrote:
> This happened when AC_PROG_OBJCXX was added to configure.ac.
> Oliver, can you figure out another way to do this?
This should do it (instead of just AC_PROG_OBJCXX):
AC_CANONICAL_HOST
case $host_os in
darwin*)
AC_PROG_OBJCXX
;;
esac
Cheers,
Oliver
_______________________________________________
boinc_dev mailing list
[email protected]
http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.