From bad86247f74c181f9ae2e01fc71d5289f08f3bc3 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 2 Jan 2014 12:37:09 -0600 Subject: Remove -fgnu89-inline from compile options This was a hack done by me in commit d8e88aa0175fd back in 2007 that is no longer necessary, given a sufficiently smart compiler and one that supports the inline keyword. Signed-off-by: Dan McGee Signed-off-by: Allan McRae --- configure.ac | 2 -- 1 file changed, 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index cfcc8d1f..8a7e9d42 100644 --- a/configure.ac +++ b/configure.ac @@ -316,8 +316,6 @@ AC_CHECK_MEMBERS([struct statfs.f_flags],,,[[#include # Check if we can use symbol visibility support in GCC GCC_VISIBILITY_CC -# Check if we have -fgnu89-inline flag -GCC_GNU89_INLINE_CC # Host-dependant definitions INODECMD="stat -c '%i %n'" -- cgit v1.2.3-24-g4f1b