summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-09-27 14:31:38 +0200
committerraveit65 <[email protected]>2019-09-27 14:31:38 +0200
commitfb2d7dc556afb6aec7ae265edfc015b59b075590 (patch)
tree4b03e1d2d76c8ba74abb1b49b0d61726c28738f5
parent2a213d0ae7433a3fb145126d38b71d994ccf49d3 (diff)
downloadmate-common-fb2d7dc556afb6aec7ae265edfc015b59b075590.tar.bz2
mate-common-fb2d7dc556afb6aec7ae265edfc015b59b075590.tar.xz
Revert "Check if AX_APPEND_FLAG and AX_CHECK_COMPILE_FLAG are available"
This reverts commit 2a213d0ae7433a3fb145126d38b71d994ccf49d3. Better not for 1.22
-rw-r--r--macros/mate-compiler-flags.m48
1 files changed, 0 insertions, 8 deletions
diff --git a/macros/mate-compiler-flags.m4 b/macros/mate-compiler-flags.m4
index fefe474..6ba33be 100644
--- a/macros/mate-compiler-flags.m4
+++ b/macros/mate-compiler-flags.m4
@@ -23,14 +23,6 @@ AC_DEFUN([MATE_COMPILE_WARNINGS],[
dnl More compiler warnings
dnl ******************************
- m4_ifndef([AX_CHECK_COMPILE_FLAG],[
- AC_MSG_ERROR([You need to install the autoconf-archive package.])
- ])
-
- m4_ifndef([AX_APPEND_FLAG],[
- AC_MSG_ERROR([You need to install the autoconf-archive package.])
- ])
-
AC_ARG_ENABLE(compile-warnings,
AS_HELP_STRING([--enable-compile-warnings=@<:@no/minimum/yes/maximum/error@:>@],
[Turn on compiler warnings]),,