- 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:
David Anderson 2012-06-21 03:53:50 +00:00
parent 29a3bf449e
commit 3b26791411
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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