Make C++11 configure.ac requirement conditional on --with-online
The C++11 std requirement in configure.ac prevents vanilla codes from being built on certain legacy systems like CCI's BGQ.
Since this requirement is primarily required for SWM workloads through --with-online, this requirement should probably be conditional with that and not a default requirement of the CODES project.