Re: [Libmesh-devel] Disabling C++11

2013-05-15 Thread Roy Stogner
On Wed, 15 May 2013, Derek Gaston wrote: One of our users needs to be able to turn off C++11 support when building libMesh.  This happens because of linking issues with other codes.  I thought for sure that there was a way to do that with configure... but I can't see it. Is there a way to do

[Libmesh-devel] Disabling C++11

2013-05-15 Thread Derek Gaston
Guys, One of our users needs to be able to turn off C++11 support when building libMesh. This happens because of linking issues with other codes. I thought for sure that there was a way to do that with configure... but I can't see it. Is there a way to do it? If there isn't can it be added pai