diff options
-rw-r--r-- | configure.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.in b/configure.in index b29d00884..225d0698c 100644 --- a/configure.in +++ b/configure.in @@ -466,6 +466,12 @@ if test "${THREAD_PACKAGE}" != "" ; then test $ac_cv_func_select = yes; then AC_DEFINE(GUILE_ISELECT, 1) 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 fi ## If we're using GCC, ask for aggressive warnings. |