X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=1cbb6bd978ab9d175a66f4aa29e2ed5d9c78588a;hb=0842aa06e45d0d182c34924f03b045056795e0c2;hp=7ba65bb193683cf84c7cd690f3efb374d20eb8fb;hpb=41740ea915ee7a95206d780b6256e660cef39c6e;p=features.git diff --git a/configure.ac b/configure.ac index 7ba65bb193..1cbb6bd978 100644 --- a/configure.ac +++ b/configure.ac @@ -102,6 +102,9 @@ LYX_USE_INCLUDED_MYTHES ### we need to know the byte order for unicode conversions AC_C_BIGENDIAN +# Nice to have when an assertion triggers +LYX_CHECK_CALLSTACK_PRINTING + # Needed for our char_type AC_CHECK_SIZEOF(wchar_t) @@ -282,8 +285,9 @@ char * strerror(int n); #define BOOST_SIGNALS_NO_DEPRECATION_WARNING 1 // TR1 regex not supported in GCC <= 4.5 +// clang defines __GNUC__ but libc++ does not have tr1 #ifndef LYX_USE_TR1 -# if __GNUC__ == 4 +# if __GNUC__ == 4 && !defined(USE_LLVM_LIBCPP) # define LYX_USE_TR1 # endif #endif