From 6256730f0c367def45c219027706d3adbe74276b Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 30 Jul 2019 23:56:03 -0400 Subject: build: Drop GCC version check for warnings I think this was a copy/paste accident. --- diff --git a/configure.ac b/configure.ac index 04e7617..47e9eef 100644 --- a/configure.ac +++ b/configure.ac @@ -45,8 +45,7 @@ AC_ARG_ENABLE([gcc-warnings], esac], [ gcc_warnings=no - gl_GCC_VERSION_IFELSE([4], [6], - [test -d "${srcdir}/.git" && gcc_warnings=yes]) + test -d "${srcdir}/.git" && gcc_warnings=yes ] ) if test "x${gcc_warnings}" = 'xyes'; then -- cgit v0.9.1