]> git.lyx.org Git - lyx.git/blobdiff - configure.ac
Add ObsoletedBy tag to InsetLayout
[lyx.git] / configure.ac
index 7ba65bb193683cf84c7cd690f3efb374d20eb8fb..3b29b38257c663413ab2e8a0ef63ca2b2c697be9 100644 (file)
@@ -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)