mirror of https://github.com/BOINC/boinc.git
- fix configure error on Linux.
I think the AC_PROG_OBJCXX should be limited to Mac somehow svn path=/trunk/boinc/; revision=25779
This commit is contained in:
parent
29a3bf449e
commit
3b26791411
|
@ -4443,3 +4443,9 @@ Charlie 20 June 2012
|
|||
mac_build/
|
||||
boinc.xcodeproj/
|
||||
project.pbxproj
|
||||
|
||||
David 19 June 2012
|
||||
- fix configure error on Linux.
|
||||
I think the AC_PROG_OBJCXX should be limited to Mac somehow
|
||||
|
||||
configure.ac
|
||||
|
|
|
@ -37,7 +37,6 @@ fi
|
|||
dnl Checks for programs.
|
||||
AC_PROG_CC
|
||||
AC_PROG_CXX
|
||||
AC_PROG_OBJCXX
|
||||
AC_PROG_F77
|
||||
AC_PROG_CPP
|
||||
AC_PROG_MAKE_SET
|
||||
|
|
Loading…
Reference in New Issue