conditional compilation LIBGC

This commit is contained in:
Francesco Lannutti 2012-11-17 12:38:55 +01:00 committed by rlar
parent d654a6267b
commit 6f2038bbb4
2 changed files with 2 additions and 2 deletions

View File

@ -673,7 +673,7 @@ if test "x$TCL_PACKAGE_PATH" = x; then
LIBS="$LIBS -lgc"])
fi
fi
AM_CONDITIONAL([HAVE_LIBGC_WANTED], [test "x$TCL_PACKAGE_PATH" = x && test "x$enable_gc" = xyes])
AM_CONDITIONAL([HAVE_LIBGC], [test "x$TCL_PACKAGE_PATH" = x && test "x$enable_gc" = xyes])
# check, if we have sigsetjmp and siglongjmp.
# A trivial AC_CHECK_FUNCS(sigsetjmp) won't do because sigsetjmp() might be a

View File

@ -38,7 +38,7 @@ endif
endif
### alloc.c ###
if !HAVE_LIBGC_WANTED
if !HAVE_LIBGC
libmisc_la_SOURCES += alloc.c alloc.h
endif