OSDN Git Service

PR target/18444
[pf3gnuchains/gcc-fork.git] / libjava / configure.ac
index b54b3d2..269b64a 100644 (file)
@@ -617,7 +617,7 @@ case "$THREADS" in
  no | none | single)
     THREADS=none
     ;;
- posix | pthreads)
+ posix | posix95 | pthreads)
     THREADS=posix
     case "$host" in
      *-*-linux*)