mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
* configure.in: Build with backtrace.o and stacks.o if debug
support enabled.
This commit is contained in:
parent
ab4f3efbfc
commit
9ab71a53ad
2 changed files with 2 additions and 2 deletions
2
libguile/configure
vendored
2
libguile/configure
vendored
|
@ -541,7 +541,7 @@ EOF
|
|||
#define READER_EXTENSIONS 1
|
||||
EOF
|
||||
|
||||
LIBOBJS="debug.o srcprop.o $LIBOBJS"
|
||||
LIBOBJS="backtrace.o stacks.o debug.o srcprop.o $LIBOBJS"
|
||||
fi
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
|
|
|
@ -14,7 +14,7 @@ AC_ARG_ENABLE(debug,
|
|||
if test "$enableval" != n && test "$enableval" != no; then
|
||||
AC_DEFINE(DEBUG_EXTENSIONS)
|
||||
AC_DEFINE(READER_EXTENSIONS)
|
||||
LIBOBJS="debug.o srcprop.o $LIBOBJS"
|
||||
LIBOBJS="backtrace.o stacks.o debug.o srcprop.o $LIBOBJS"
|
||||
fi
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue