aboutsummaryrefslogtreecommitdiff
path: root/libphobos/m4/druntime/os.m4
diff options
context:
space:
mode:
Diffstat (limited to 'libphobos/m4/druntime/os.m4')
-rw-r--r--libphobos/m4/druntime/os.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/libphobos/m4/druntime/os.m4 b/libphobos/m4/druntime/os.m4
index ef8ca43..7bb9136 100644
--- a/libphobos/m4/druntime/os.m4
+++ b/libphobos/m4/druntime/os.m4
@@ -32,7 +32,7 @@ case $1 in
# TODO: These targets need porting.
dce|mipssde|rtems|tpf|vxworks)
DCFG_THREAD_MODEL="Single" ;;
- *) as_fn_error "Thread implementation '$1' not recognised" "$LINENO" 5 ;;
+ *) AC_MSG_ERROR([Thread implementation '$1' not recognised]) ;;
esac
AC_SUBST(DCFG_THREAD_MODEL)
])