[master] 6cd9149 Fix paste error on my diff so --disable-stack-protector really works

Federico G. Schwindt fgsch at varnish-software.com
Thu Jan 16 12:14:24 CET 2014


commit 6cd9149acdb43a8104332c8f14749839e6c599c4
Author: Federico G. Schwindt <fgsch at varnish-software.com>
Date:   Thu Jan 16 11:13:37 2014 +0000

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

diff --git a/configure.ac b/configure.ac
index a28c9ad..26d58a9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
 



More information about the varnish-commit mailing list