diff --git a/m4/ax_check_catchable_abrt.m4 b/m4/ax_check_catchable_abrt.m4 index 140ab856..9983262a 100644 --- a/m4/ax_check_catchable_abrt.m4 +++ b/m4/ax_check_catchable_abrt.m4 @@ -11,7 +11,7 @@ AC_DEFUN([AX_CHECK_CATCHABLE_ABRT], [dnl AC_PREREQ(2.64) AS_VAR_PUSHDEF([CACHEVAR], [ax_cv_check_[]_AC_LANG_ABBREV[]CATCHABLE_ABRT])dnl - AC_CACHE_CHECK([whether SIGABRT can be caught when using the _AC_LANG compiler], CACHEVAR, [ + AC_CACHE_CHECK([whether SIGABRT can be caught], CACHEVAR, [ AC_RUN_IFELSE([ AC_LANG_PROGRAM([[ #include diff --git a/m4/ax_check_catchable_segv.m4 b/m4/ax_check_catchable_segv.m4 index ec3ca4b6..d8c7b683 100644 --- a/m4/ax_check_catchable_segv.m4 +++ b/m4/ax_check_catchable_segv.m4 @@ -11,7 +11,7 @@ AC_DEFUN([AX_CHECK_CATCHABLE_SEGV], [dnl AC_PREREQ(2.64) AS_VAR_PUSHDEF([CACHEVAR], [ax_cv_check_[]_AC_LANG_ABBREV[]CATCHABLE_SEGV])dnl - AC_CACHE_CHECK([whether segmentation violations can be caught when using the _AC_LANG compiler], CACHEVAR, [ + AC_CACHE_CHECK([whether segmentation violations can be caught], CACHEVAR, [ AC_RUN_IFELSE([ AC_LANG_PROGRAM([[ #include