Hi A small bugfix.
- Lauri
>From 4cb8108e52c17e18fcccb0ddf3af62c66e43f7c5 Mon Sep 17 00:00:00 2001 From: Lauri Kasanen <[email protected]> Date: Mon, 28 May 2012 15:01:11 +0300 Subject: [PATCH] configure: Don't overwrite other defs with TRACE Signed-off-by: Lauri Kasanen <[email protected]> --- configure | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure b/configure index 5a7a423..d2728d7 100755 --- a/configure +++ b/configure @@ -930,7 +930,7 @@ if test -n "$safe_free" ; then fi if [ $trace ] ; then - DEFS="-DTRACE" + DEFS="$DEFS -DTRACE" fi if [ $platform != "generic" ] && [ $platform != "android" ]; then -- 1.7.2.1
_______________________________________________ Monkey mailing list [email protected] http://lists.monkey-project.com/listinfo/monkey
