Commit b440f850 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

build: Invoke wflags.py as configured

parent 21d774fa
......@@ -718,7 +718,7 @@ AX_CHECK_COMPILE_FLAG([-Werror=unused-result],
OCFLAGS="${OCFLAGS} -Wno-unused-result"])])
# This corresponds to FreeBSD's WARNS level 6
DEVELOPER_CFLAGS=`python3 wflags.py`
DEVELOPER_CFLAGS=`$PYTHON $srcdir/wflags.py`
# --enable-stack-protector
AC_ARG_ENABLE(stack-protector,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment