diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-05-05 21:59:42 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-05-05 21:59:42 +0200 |
commit | cfd7b72175341d19baf7a76cc3e66960df0012cd (patch) | |
tree | 32bb5e27e08a36102267bbed857bc9cd24660746 /configure.ac | |
parent | ac8886fbc94069026f5ad921145d0c9007df7411 (diff) | |
download | xine-lib-cfd7b72175341d19baf7a76cc3e66960df0012cd.tar.gz xine-lib-cfd7b72175341d19baf7a76cc3e66960df0012cd.tar.bz2 |
Check for malloc attribute and define XINE_MALLOC for use in xineutils.h, rather than just checking for GCC 3.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index de176fc9e..0c9168c7b 100644 --- a/configure.ac +++ b/configure.ac @@ -2217,6 +2217,7 @@ CC_ATTRIBUTE_FORMAT CC_ATTRIBUTE_FORMAT_ARG CC_ATTRIBUTE_DEPRECATED CC_ATTRIBUTE_UNUSED +CC_ATTRIBUTE_MALLOC AC_OPTIMIZATIONS |