From bfbbd187576cc6b80a97488b647305236936debe Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Thu, 13 Jul 2023 23:30:05 +0200 Subject: Removed -fno-color-diagnostics not available on all platforms --- configure.ac | 2 -- 1 file changed, 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) -- cgit v1.2.3