Does anybody know what I need to add to my configure.ac to get C++11 (or C++0x) support added to the gcc flags at compile time?
I've tried using: AC_LANG([C++]) AC_PROG_CXX AX_CXX_COMPILE_STDCXX_11([noext]) But that fails at configure time. -- Chris Tapp [email protected] www.keylevel.com ---- You can tell you're getting older when your car insurance gets real cheap! -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
