index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2014-01-02 12:37:09 -0600 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-01-06 14:38:50 +1000 |
commit | bad86247f74c181f9ae2e01fc71d5289f08f3bc3 (patch) | |
tree | 18018690aac02431173e6f7e8ced1ac5400ceeac /lib/libalpm/Makefile.am | |
parent | e25afaf673f8be96a05ad1ed68e3bedaf1f88585 (diff) |
-rw-r--r-- | lib/libalpm/Makefile.am | 3 |
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 |