* configure.in: Enable workaround for COOP-linuxthreads
compatibility on Linux systems.
This commit is contained in:
parent
ac1aca3515
commit
e4d2166f80
1 changed files with 4 additions and 4 deletions
|
|
@ -468,10 +468,10 @@ if test "${THREAD_PACKAGE}" != "" ; then
|
|||
fi
|
||||
|
||||
## Workaround for linuxthreads (currently disabled)
|
||||
#if test $host_os = linux-gnu; then
|
||||
# AC_DEFINE(GUILE_PTHREAD_COMPAT, 1)
|
||||
# AC_CHECK_LIB(pthread, main)
|
||||
#fi
|
||||
if test $host_os = linux-gnu; then
|
||||
AC_DEFINE(GUILE_PTHREAD_COMPAT, 1)
|
||||
AC_CHECK_LIB(pthread, main)
|
||||
fi
|
||||
fi
|
||||
|
||||
## If we're using GCC, ask for aggressive warnings.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue