summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-07-30 23:56:03 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-07-30 23:56:03 (EDT)
commit6256730f0c367def45c219027706d3adbe74276b (patch)
tree5f98c20412f736a4bb4eb1ff27e0b78a375ab03b
parent0c9789c85ca4542697fbfae82f1ed412ab2b2dbe (diff)
build: Drop GCC version check for warnings
I think this was a copy/paste accident.
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
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