From c170255580561f1f68cc9f4502595f8547829ee4 Mon Sep 17 00:00:00 2001 From: draftcode Date: Thu, 28 Mar 2013 16:35:26 +0900 Subject: [PATCH] Preserve CONFIGURE_OPTS --- plugins/python-build/bin/python-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/python-build/bin/python-build b/plugins/python-build/bin/python-build index b638e696..9b01dc25 100755 --- a/plugins/python-build/bin/python-build +++ b/plugins/python-build/bin/python-build @@ -666,7 +666,7 @@ else fi if [ -n "$DEBUG" ]; then - CONFIGURE_OPTS="--with-pydebug" + CONFIGURE_OPTS+=" --with-pydebug" fi SEED="$(date "+%Y%m%d%H%M%S").$$"