Commit 27adc234 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: dca, do not use AC_C_ALWAYS_INLINE

parent c61b24a7
--- libdca/configure.ac 2007-04-10 14:28:07.000000000 +0200
+++ libdca.new/configure.ac 2016-01-20 15:05:33.835304760 +0100
@@ -105,7 +105,6 @@
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
-AC_C_ALWAYS_INLINE
AC_C_RESTRICT
AC_C_BUILTIN_EXPECT
AC_TYPE_SIZE_T
......@@ -20,6 +20,7 @@ $(TARBALLS)/libdca-$(DCA_VERSION).tar.bz2:
libdca: libdca-$(DCA_VERSION).tar.bz2 .sum-dca
$(UNPACK)
#$(APPLY) $(SRC)/dca/libdca-llvm-gcc.patch
$(APPLY) $(SRC)/dca/libdca-inline.patch
$(UPDATE_AUTOCONFIG) && cd $(UNPACK_DIR) && mv config.guess config.sub autotools
$(MOVE)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment