From 1542428e49efefc79fdacc5797aee55722164987 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 22 Jun 2020 20:00:38 +0000 Subject: Provide a real feature test for __attribute__(). Looking at version numbers like __GNUC__ is always a bad idea. Believe it or not, this even makes ./configure shorter by one line. --- configure.local.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.local.example') diff --git a/configure.local.example b/configure.local.example index bfb2e3fd..63f16865 100644 --- a/configure.local.example +++ b/configure.local.example @@ -1,4 +1,4 @@ -# $Id: configure.local.example,v 1.37 2020/02/05 15:12:11 schwarze Exp $ +# $Id: configure.local.example,v 1.38 2020/06/22 20:00:38 schwarze Exp $ # # Copyright (c) 2014-2019 Ingo Schwarze # @@ -288,6 +288,7 @@ CFLAGS="-g" # and will be regarded as failed) or 1 (test will not be run and will # be regarded as successful). +HAVE_ATTRIBUTE=0 HAVE_DIRENT_NAMLEN=0 HAVE_ENDIAN=0 HAVE_EFTYPE=0 -- cgit v1.2.3