diff options
author | Luca Deri <deri@ntop.org> | 2023-07-13 23:30:05 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2023-07-13 23:30:05 +0200 |
commit | bfbbd187576cc6b80a97488b647305236936debe (patch) | |
tree | 37a89243f4ea7fd73eea23dfc1546441bb24a009 | |
parent | 33c42f9830521596f9aaa3847048426c77604c1b (diff) |
Removed -fno-color-diagnostics not available on all platforms
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 00f53e6da..c7f72a596 100644 --- a/configure.ac +++ b/configure.ac @@ -384,8 +384,6 @@ dnl> ADDITIONAL_LIBS="${ADDITIONAL_LIBS} -lcurl" dnl> AC_DEFINE_UNQUOTED(HAVE_CURL, 1, [curl is present]) dnl> fi -CC="${CC} -fno-color-diagnostics" - AC_CONFIG_FILES([Makefile example/Makefile example/Makefile.dpdk tests/Makefile tests/unit/Makefile tests/performance/Makefile tests/dga/Makefile rrdtool/Makefile influxdb/Makefile libndpi.pc src/include/ndpi_define.h src/lib/Makefile fuzz/Makefile doc/Doxyfile.cfg]) AC_CONFIG_FILES([tests/do.sh], [chmod +x tests/do.sh]) AC_CONFIG_HEADERS(src/include/ndpi_config.h) |