mirror of https://github.com/BOINC/boinc.git
- Unix build: remove "if" around AC_PROG_OBJCXX;
apparently this is needed for Gentoo build. You may need a recent automake for this to work. Fixes #1193. svn path=/trunk/boinc/; revision=25805
This commit is contained in:
parent
d5d9921f5c
commit
3fee87fd62
|
@ -4578,3 +4578,12 @@ David 26 June 2012
|
|||
m4/
|
||||
boinc_check_fcgi.m4
|
||||
libcurl.m4
|
||||
|
||||
|
||||
David 26 June 2012
|
||||
- Unix build: remove "if" around AC_PROG_OBJCXX;
|
||||
apparently this is needed for Gentoo build.
|
||||
You may need a recent automake for this to work.
|
||||
Fixes #1193.
|
||||
|
||||
configure.ac
|
||||
|
|
|
@ -38,12 +38,7 @@ dnl Checks for programs.
|
|||
AC_PROG_CC
|
||||
AC_PROG_CXX
|
||||
AC_CANONICAL_HOST
|
||||
case $host_os in
|
||||
darwin*)
|
||||
AC_PROG_OBJCXX
|
||||
;;
|
||||
esac
|
||||
|
||||
AC_PROG_OBJCXX
|
||||
AC_PROG_F77
|
||||
AC_PROG_CPP
|
||||
AC_PROG_MAKE_SET
|
||||
|
|
Loading…
Reference in New Issue