Commit 6cd9149a authored by Federico G. Schwindt's avatar Federico G. Schwindt

Fix paste error on my diff so --disable-stack-protector really works

parent b7e380c3
......@@ -482,7 +482,7 @@ AC_ARG_ENABLE(stack-protector,
[],
[enable_stack_protector=yes])
if test "x$enable_developer_warnings" != "xno"; then
if test "x$enable_stack_protector" != "xno"; then
DEVELOPER_CFLAGS="${DEVELOPER_CFLAGS} -fstack-protector"
fi
......
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