dnl
dnl Try first with the prebuilt versions, if installed and accessible
dnl
+ system_boehm=yes
AC_CHECK_LIB( [gc], [GC_get_thr_restart_signal],
- [system_boehm="yes"], [system_boehm="no"] )
+ [], [system_boehm="no"] )
if test "${enable_threads}" = no; then
AC_CHECK_LIB( [gc], [GC_malloc],
- [system_boehm="yes"], [system_boehm="no"] )
+ [], [system_boehm="no"] )
else
AC_CHECK_LIB( [gc], [GC_register_my_thread],
- [system_boehm="yes"], [system_boehm="no"] )
+ [], [system_boehm="no"] )
fi
if test "${system_boehm}" = yes; then
AC_CHECK_HEADER([gc.h],[ECL_BOEHM_GC_HEADER='gc.h'],[],[])