|
|
@ -23,6 +23,13 @@ AS_IF([test "x$enable_build_examples" = "xyes"], [
|
|
|
|
AC_DEFINE([BUILD_EXAMPLES], 1, [build of examples enabled])
|
|
|
|
AC_DEFINE([BUILD_EXAMPLES], 1, [build of examples enabled])
|
|
|
|
])
|
|
|
|
])
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
AC_ARG_ENABLE([faststack_alloc],
|
|
|
|
|
|
|
|
AS_HELP_STRING([--enable-faststack-alloc], [Use faststack thread-safe alloc within parser]))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
AS_IF([test "x$enable_faststack_alloc" = "xyes"], [
|
|
|
|
|
|
|
|
AC_DEFINE([USE_FASTSTACK_ALLOC], 1, [using faststack allocation within parser])
|
|
|
|
|
|
|
|
])
|
|
|
|
|
|
|
|
|
|
|
|
AC_OUTPUT([
|
|
|
|
AC_OUTPUT([
|
|
|
|
Makefile
|
|
|
|
Makefile
|
|
|
|
lib/libsexpr.pc
|
|
|
|
lib/libsexpr.pc
|
|
|
|