From 022ce62b9f6706749feed3939335e46bb0146978 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Wed, 21 Jun 2017 10:27:47 +0200 Subject: Use autoconf header detection correctly for libmissing AC_CHECK_HEADERS already makes sure our config header contains a HAVE_$FOO_H macro if a header was found. There is no need to awkwardly set our own Automake conditionals and check for it all over the place in the Automake files. Signed-off-by: David Oberhollenzer --- Makefile.am | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 31b21bc..4c123f2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,10 +10,6 @@ if WITHOUT_LZO AM_CPPFLAGS += -DWITHOUT_LZO endif -if HAVE_EXECINFO -AM_CPPFLAGS += -DHAVE_EXECINFO -endif - sbin_PROGRAMS = sbin_SCRIPTS = noinst_LIBRARIES = -- cgit v1.2.3