Preserve CONFIGURE_OPTS

This commit is contained in:
draftcode 2013-03-28 16:35:26 +09:00
parent 8bf0938e60
commit c170255580

View file

@ -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").$$"