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 --- lib/libalpm/Makefile.am | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/libalpm') diff --git a/lib/libalpm/Makefile.am b/lib/libalpm/Makefile.am index 171bc46e..67be2b1d 100644 --- a/lib/libalpm/Makefile.am +++ b/lib/libalpm/Makefile.am @@ -18,9 +18,6 @@ else AM_CFLAGS += -fvisibility=internal endif endif -if ENABLE_GNU89_INLINE_CC -AM_CFLAGS += -fgnu89-inline -endif pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libalpm.pc -- cgit v1.2.3-24-g4f1b