This patch fix the CFLAGS definition from my_CFLAGS to WPAN_TOOLS_CFLAGS. Signed-off-by: Alexander Aring <alex.aring@xxxxxxxxx> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9aa6330..16a8b97 100644 --- a/configure.ac +++ b/configure.ac @@ -37,7 +37,7 @@ AC_CHECK_FUNCS([ \ secure_getenv\ ]) -my_CFLAGS="\ +WPAN_TOOLS_CFLAGS="\ -Wall \ -Wchar-subscripts \ -Wformat-security \ -- 2.1.3 -- To unsubscribe from this list: send the line "unsubscribe linux-wpan" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html