diff options
Diffstat (limited to 'boehm-gc')
-rw-r--r-- | boehm-gc/ChangeLog | 5 | ||||
-rwxr-xr-x | boehm-gc/configure | 2 | ||||
-rw-r--r-- | boehm-gc/configure.ac | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index 34e3882..15f079d 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,3 +1,8 @@ +2011-08-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + * configure.ac (THREADS): Remove posix95. + * configure: Regenerate. + 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> PR target/39150 diff --git a/boehm-gc/configure b/boehm-gc/configure index 66bb3e7..632a229 100755 --- a/boehm-gc/configure +++ b/boehm-gc/configure @@ -14712,7 +14712,7 @@ case "$THREADS" in no | none | single) THREADS=none ;; - posix | posix95 | pthreads) + posix | pthreads) THREADS=posix THREADLIBS=-lpthread case "$host" in diff --git a/boehm-gc/configure.ac b/boehm-gc/configure.ac index 799959a..a741ca6 100644 --- a/boehm-gc/configure.ac +++ b/boehm-gc/configure.ac @@ -129,7 +129,7 @@ case "$THREADS" in no | none | single) THREADS=none ;; - posix | posix95 | pthreads) + posix | pthreads) THREADS=posix THREADLIBS=-lpthread case "$host" in |