aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 03577ddb84..e56766244c 100644
--- a/configure.in
+++ b/configure.in
@@ -2246,6 +2246,9 @@ when(pthread)
;;
when(win32)
;;
+when("")
+ AC_MSG_ERROR(thread model is missing)
+ ;;
when(*)
AC_MSG_ERROR(unknown thread model $THREAD_MODEL)
;;