diff options
Diffstat (limited to 'Templates/configure')
-rwxr-xr-x | Templates/configure | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Templates/configure b/Templates/configure index 522fb4a..681a30d 100755 --- a/Templates/configure +++ b/Templates/configure @@ -2936,7 +2936,6 @@ fi if test $ac_cv_prog_gxx = no; then echo $ac_n "checking ansi standard C++ stream headers ""... $ac_c" 1>&6 echo "configure:2939: checking ansi standard C++ stream headers " >&5 - echo "******" rm -rf conftest.* cat > conftest.cc <<! #include <iostream> @@ -2952,9 +2951,8 @@ fi # check to see if stl is in the std namespace if test $ac_cv_prog_gxx = no; then - echo "******" echo $ac_n "checking ansi standard namespace support ""... $ac_c" 1>&6 -echo "configure:2958: checking ansi standard namespace support " >&5 +echo "configure:2956: checking ansi standard namespace support " >&5 rm -rf conftest.* cat > conftest.cc <<! #include <list> @@ -2980,7 +2978,7 @@ do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2984: checking for $ac_word" >&5 +echo "configure:2982: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_RUNMAKE'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3020,7 +3018,7 @@ do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3024: checking for $ac_word" >&5 +echo "configure:3022: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_CMAKE_AR'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else |