summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-05-09 15:16:17 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-05-09 15:16:17 +0200
commitc99cd9519a56b2d7c60fa30e9fecd02f08336671 (patch)
treed897b2e3e31a2386a16dc6b5f4c3500ac66f601f /configure.ac
parented72565137c93ab0385a10036d234f5f4dd1b960 (diff)
downloadxine-lib-c99cd9519a56b2d7c60fa30e9fecd02f08336671.tar.gz
xine-lib-c99cd9519a56b2d7c60fa30e9fecd02f08336671.tar.bz2
Cleanup handling of packed attribute.
- Add a configure test for the attribute, during xine build process. - Define the attribute as supported when using GCC 2.95 or later outside xine build process. - Use the new XINE_PACKED define instead of the attribute directly. - Check for SUPPORT_ATTRIBUTE_PACKED rather than doing strange subdefines.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 0c9168c7b..188a0e0d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2218,6 +2218,7 @@ CC_ATTRIBUTE_FORMAT_ARG
CC_ATTRIBUTE_DEPRECATED
CC_ATTRIBUTE_UNUSED
CC_ATTRIBUTE_MALLOC
+CC_ATTRIBUTE_PACKED
AC_OPTIMIZATIONS