]> git.proxmox.com Git - mirror_ovs.git/commit
configure: Use -Wformat-security with -Wformat.
authorBen Pfaff <blp@ovn.org>
Mon, 5 Dec 2016 22:28:59 +0000 (14:28 -0800)
committerBen Pfaff <blp@ovn.org>
Mon, 12 Dec 2016 22:34:23 +0000 (14:34 -0800)
commit726af75275ba5575a6d3fd4013db4d1d930e5cf7
tree23274e5641ca5c6072ffe7741376ddc2190048b1
parent37f4615e91bedc139f60cb2bb771327a39ed9d8d
configure: Use -Wformat-security with -Wformat.

GCC 6.1 warns that -Wformat-security has no effect without -Wformat, so
this commit fixes the problem.

The change to _OVS_CHECK_CC_OPTION is needed so that the cache variable
name doesn't end up with a space in it, which obviously doesn't work.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Andy Zhou <azhou@ovn.org>
acinclude.m4
configure.ac