X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=80dba11737d76060809a063c759ed8a2cd1b8103;hb=c65de66c488abeb2d55abd4cf5eda2a1a1309c4e;hp=687e1441fc3788146d04bf1da05acb730666dc39;hpb=45e6e688b16d4653e8b8f2707f1e2c1e041b7261;p=libsigrokflow.git diff --git a/configure.ac b/configure.ac index 687e144..80dba11 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_PREREQ([2.63]) AC_INIT([libsigrokflow], [0.1.0], [sigrok-devel@lists.sourceforge.net], - [libsigrokflow], [http://www.sigrok.org]) + [libsigrokflow], [https://www.sigrok.org]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([autostuff]) AC_CONFIG_HEADERS([config.h]) @@ -74,7 +74,7 @@ SR_ARG_OPT_PKG([libsigrokcxx], [LIBSIGROKCXX], , [libsigrokcxx >= 0.5.1]) SR_ARG_OPT_PKG([libsigrokdecode], [LIBSIGROKDECODE], , [libsigrokdecode >= 0.5.1]) AC_LANG([C++]) -SR_ARG_ENABLE_WARNINGS([SRF_WXXFLAGS], [-Wall], [-Wall -Wextra]) +SR_ARG_ENABLE_WARNINGS([SRF_WXXFLAGS], [-Wall], [-Wall -Wextra -Wformat-security]) # Check if the C++ compiler supports the C++11 standard. AX_CXX_COMPILE_STDCXX([11], [noext], [mandatory])