This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC: move dwarfstrings into libdw


> +# Check whether we can use g++ with -std=c++0x for the test.
> +AC_PROG_CXX
> +AX_CXX_COMPILE_STDCXX_0X
> +AM_CONDITIONAL(HAVE_STDCXX_0X, test "x$ax_cv_cxx_compile_cxx0x_cxx" == "xyes")

Should we use AX_CXX_COMPILE_STDCXX_11 instead (or in addition) to that?

Thanks,
PM

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]