From: Ruben Kerkhof Date: Fri, 10 Jun 2016 10:23:09 +0000 (+0200) Subject: configure.ac: remove obsolete macro X-Git-Tag: collectd-5.6.0~222 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=dca6bd98d2a661953eeb5a393cabf973d1c54834;p=collectd.git configure.ac: remove obsolete macro We don't need it anymore. See http://gnu-autoconf.7623.n7.nabble.com/Bug-389558-autoconf-AC-PROG-GCC-TRADITIONAL-throws-error-in-comparision-td1885.html --- diff --git a/configure.ac b/configure.ac index a85d2e17..5e292e4e 100644 --- a/configure.ac +++ b/configure.ac @@ -794,7 +794,6 @@ AC_HEADER_TIME # # Checks for library functions. # -AC_PROG_GCC_TRADITIONAL AC_CHECK_FUNCS(gettimeofday select strdup strtol getaddrinfo getnameinfo strchr memcpy strstr strcmp strncmp strncpy strlen strncasecmp strcasecmp openlog closelog sysconf setenv if_indextoname setlocale) AC_FUNC_STRERROR_R