diff options
Diffstat (limited to 'm4/st_stacktrace.m4')
-rw-r--r-- | m4/st_stacktrace.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/st_stacktrace.m4 b/m4/st_stacktrace.m4 index f77b6526f..6293bca6b 100644 --- a/m4/st_stacktrace.m4 +++ b/m4/st_stacktrace.m4 @@ -13,7 +13,7 @@ AC_ARG_ENABLE([stacktrace], [case "$enableval" in yes|no|check) enable_stacktrace="$enableval" ;; *) AC_MSG_ERROR([bad value $enableval for enable-stacktrace option. - Valid options are: yes, no, check.]) +Valid options are: yes, no, check.]) ;; esac], [enable_stacktrace=check]) |