Code

configure.ac: remove obsolete macro
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 10 Jun 2016 10:23:09 +0000 (12:23 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 10 Jun 2016 10:23:09 +0000 (12:23 +0200)
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

configure.ac

index a85d2e1775ef8dd03ee93b57a0e7095af0d92e15..5e292e4eec099cf3b78d0e1385d91aa7d9b60814 100644 (file)
@@ -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