diff options
Diffstat (limited to 'libphobos/configure')
| -rwxr-xr-x | libphobos/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libphobos/configure b/libphobos/configure index 1b54066..3965e64 100755 --- a/libphobos/configure +++ b/libphobos/configure @@ -14920,7 +14920,7 @@ case $d_thread_model in # TODO: These targets need porting. dce|mipssde|rtems|tpf|vxworks) DCFG_THREAD_MODEL="Single" ;; - *) as_fn_error "Thread implementation '$d_thread_model' not recognised" "$LINENO" 5 ;; + *) as_fn_error $? "Thread implementation '$d_thread_model' not recognised" "$LINENO" 5 ;; esac |
