- Unix build: fix for Mac OS X (from Oliver)

svn path=/trunk/boinc/; revision=25794
This commit is contained in:
David Anderson 2012-06-25 23:24:49 +00:00
parent 07d867b33f
commit c5ed9d7db6
2 changed files with 12 additions and 0 deletions

View File

@ -4513,3 +4513,8 @@ David 25 June 2012
- Unix build: fix typo
configure.ac
David 25 June 2012
- Unix build: fix for Mac OS X (from Oliver)
configure.ac

View File

@ -37,6 +37,13 @@ fi
dnl Checks for programs.
AC_PROG_CC
AC_PROG_CXX
AC_CANONICAL_HOST
case $host_os in
darwin*)
AC_PROG_OBJCXX
;;
esac
AC_PROG_F77
AC_PROG_CPP
AC_PROG_MAKE_SET