;;
*)
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in notfound
+for as_dir in $PATH
do
IFS=$as_save_IFS
case $as_dir in #(((
;;
*)
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in notfound
+for as_dir in $PATH
do
IFS=$as_save_IFS
case $as_dir in #(((
fi
if test "x$ac_pt_CXX" = x; then
- CXX="g++"
+ CXX="notfound"
else
case $cross_compiling:$ac_tool_warned in
yes:)
;;
*)
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in notfound
+for as_dir in $PATH
do
IFS=$as_save_IFS
case $as_dir in #(((
;;
*)
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in notfound
+for as_dir in $PATH
do
IFS=$as_save_IFS
case $as_dir in #(((
fi
if test "x$ac_pt_CXX" = x; then
- CXX="c++"
+ CXX="notfound"
else
case $cross_compiling:$ac_tool_warned in
yes:)
;;
*)
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in notfound
+for as_dir in $PATH
do
IFS=$as_save_IFS
case $as_dir in #(((
;;
*)
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in notfound
+for as_dir in $PATH
do
IFS=$as_save_IFS
case $as_dir in #(((
fi
if test "x$ac_pt_CXX" = x; then
- CXX="clang++"
+ CXX="notfound"
else
case $cross_compiling:$ac_tool_warned in
yes:)
;;
*)
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in notfound
+for as_dir in $PATH
do
IFS=$as_save_IFS
case $as_dir in #(((
;;
*)
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in notfound
+for as_dir in $PATH
do
IFS=$as_save_IFS
case $as_dir in #(((
fi
if test "x$ac_pt_CXX" = x; then
- CXX="icpc"
+ CXX="notfound"
else
case $cross_compiling:$ac_tool_warned in
yes:)
if test -z "$CXX"
then
case "$ac_cv_cc_name" in
- gcc) AC_PATH_TOOL([CXX], [g++], [g++], [notfound]) ;;
- cc) AC_PATH_TOOL([CXX], [c++], [c++], [notfound]) ;;
- clang) AC_PATH_TOOL([CXX], [clang++], [clang++], [notfound]) ;;
- icc) AC_PATH_TOOL([CXX], [icpc], [icpc], [notfound]) ;;
+ gcc) AC_PATH_TOOL([CXX], [g++], [notfound]) ;;
+ cc) AC_PATH_TOOL([CXX], [c++], [notfound]) ;;
+ clang) AC_PATH_TOOL([CXX], [clang++], [notfound]) ;;
+ icc) AC_PATH_TOOL([CXX], [icpc], [notfound]) ;;
esac
if test "$CXX" = "notfound"
then