diff options
author | Dan McGee <dan@archlinux.org> | 2014-01-02 19:37:09 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-01-06 05:38:50 +0100 |
commit | bad86247f74c181f9ae2e01fc71d5289f08f3bc3 (patch) | |
tree | 18018690aac02431173e6f7e8ced1ac5400ceeac /configure.ac | |
parent | e25afaf673f8be96a05ad1ed68e3bedaf1f88585 (diff) | |
download | pacman-bad86247f74c181f9ae2e01fc71d5289f08f3bc3.tar.gz pacman-bad86247f74c181f9ae2e01fc71d5289f08f3bc3.tar.xz |
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 <dan@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
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 <sys/param.h> # 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'" |