diff options
-rw-r--r-- | configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 3e956dc6..cec040b4 100644 --- a/configure.in +++ b/configure.in @@ -374,6 +374,10 @@ case $target in AC_MSG_WARN([*** _Untested pthreads_ try setting LIBPTHREAD_LIBS manually if it doesn't work ***]) ;; + *-*-minix*) + AC_MSG_NOTICE([Minix detected, skipping pthread detection]) + ;; + *) AC_MSG_CHECKING(whether threads work with -pthread) LDSAVEFLAGS=$LDFLAGS |