--- qsampler/trunk/configure.ac 2017/06/07 10:22:27 3280 +++ qsampler/trunk/configure.ac 2017/06/07 10:22:50 3281 @@ -161,7 +161,7 @@ ac_gxx_version_major=$(($ac_cv_gxx_version_major + 0)) ]) ac_gxx_version_major=$ac_cv_gxx_version_major -if test $ac_gxx_version_major -gt 4 -a $ac_gxx_version_major -lt 6; then +if test $ac_gxx_version_major -ge 4 -a $ac_gxx_version_major -lt 6; then CXXFLAGS="-std=c++11 $CXXFLAGS" fi