Apply --with-pydebug configure option only for Python

This commit is contained in:
Yamashita Yuu 2013-08-08 11:58:01 +09:00
parent 106e4cae90
commit 4c71f3c5cd

View file

@ -1087,7 +1087,7 @@ else
fi
if [ -n "$DEBUG" ]; then
CONFIGURE_OPTS+=" --with-pydebug"
PYTHON_CONFIGURE_OPTS="--with-pydebug $PYTHON_CONFIGURE_OPTS"
fi
SEED="$(date "+%Y%m%d%H%M%S").$$"