summaryrefslogtreecommitdiffstats
path: root/boehm-gc/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'boehm-gc/configure.ac')
-rw-r--r--boehm-gc/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/configure.ac b/boehm-gc/configure.ac
index 59a36122202..53a71a394e6 100644
--- a/boehm-gc/configure.ac
+++ b/boehm-gc/configure.ac
@@ -120,7 +120,7 @@ case "$THREADS" in
no | none | single)
THREADS=none
;;
- posix | pthreads)
+ posix | posix95 | pthreads)
THREADS=posix
THREADLIBS=-lpthread
case "$host" in
OpenPOWER on IntegriCloud