On Monday 2014-07-07 12:16, Giorgio Dal Molin wrote: >+ >+AS_CASE([$enable_debug], >+ [yes],[ >+ AC_DEFINE([DEBUG],1,[Debug enabled]) >+ DEBUG_CPPFLAGS="-g -DDEBUG" >+ ]) >+ >+AC_SUBST(DEBUG_CPPFLAGS) -g should not be in DEBUG_CPPFLAGS (but DEBUG_CFLAGS) because it's strictly speaking not a preprocessor flag. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html