Searched refs:BUILD_CXX (Results 1 – 4 of 4) sorted by relevance
137 BUILD_CXX=@BUILD_CXX@
119 CXX=$(BUILD_CXX) ; \
4422 if test -n "$BUILD_CXX"; then4423 ac_cv_prog_BUILD_CXX="$BUILD_CXX" # Let the user override the test.4442 BUILD_CXX=$ac_cv_prog_BUILD_CXX4443 if test -n "$BUILD_CXX"; then4444 { echo "$as_me:$LINENO: result: $BUILD_CXX" >&54445 echo "${ECHO_T}$BUILD_CXX" >&6; }4452 if test -z "$BUILD_CXX"; then4460 if test -n "$BUILD_CXX"; then4461 ac_cv_prog_BUILD_CXX="$BUILD_CXX" # Let the user override the test.4480 BUILD_CXX=$ac_cv_prog_BUILD_CXX[all …]
484 AC_CHECK_PROG(BUILD_CXX, ${ac_build_prefix}g++, ${ac_build_prefix}g++)485 if test -z "$BUILD_CXX"; then486 AC_CHECK_PROG(BUILD_CXX, g++, g++)487 if test -z "$BUILD_CXX"; then488 AC_CHECK_PROG(BUILD_CXX, c++, c++, , , /usr/ucb/c++)