- 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:
David Anderson 2012-06-27 06:02:10 +00:00
parent d5d9921f5c
commit 3fee87fd62
2 changed files with 10 additions and 6 deletions

View File

@ -4578,3 +4578,12 @@ David 26 June 2012
m4/ m4/
boinc_check_fcgi.m4 boinc_check_fcgi.m4
libcurl.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

View File

@ -38,12 +38,7 @@ dnl Checks for programs.
AC_PROG_CC AC_PROG_CC
AC_PROG_CXX AC_PROG_CXX
AC_CANONICAL_HOST AC_CANONICAL_HOST
case $host_os in
darwin*)
AC_PROG_OBJCXX AC_PROG_OBJCXX
;;
esac
AC_PROG_F77 AC_PROG_F77
AC_PROG_CPP AC_PROG_CPP
AC_PROG_MAKE_SET AC_PROG_MAKE_SET