diff options
Diffstat (limited to 'configure.seed')
-rw-r--r-- | configure.seed | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.seed b/configure.seed index 77d733f01..5d3ed0458 100644 --- a/configure.seed +++ b/configure.seed @@ -9,8 +9,12 @@ LT_INIT AC_PROG_CC AM_PROG_CC_C_O AC_PROG_CXX +AC_PROG_CC_STDC +AC_LANG_WERROR AX_PTHREAD +CFLAGS+=" -Wall -Werror" + NDPI_VERSION_SHORT="@NDPI_VERSION_SHORT@" NDPI_MAJOR="@NDPI_MAJOR@" NDPI_MINOR="@NDPI_MINOR@" |