1 dnl Check if the compiler is configured for setjmp/longjmp exceptions.
2 AC_DEFUN([GCC_CHECK_SJLJ_EXCEPTIONS],
3 [AC_CACHE_CHECK([whether the compiler is configured for setjmp/longjmp exceptions],
7 [[#ifdef __USING_SJLJ_EXCEPTIONS__
11 [ac_cv_sjlj_exceptions=no],
12 [ac_cv_sjlj_exceptions=yes])])])