diff options
author | Carlo Bramini <carlo.bramix@libero.it> | 2012-05-29 09:26:56 +0300 |
---|---|---|
committer | Carlo Bramini <carlo.bramix@libero.it> | 2012-05-29 09:26:56 +0300 |
commit | ba90c7eb0ab1e068a06b28d40f4e0fc0a538873b (patch) | |
tree | 7771d380740c846cf382d4851b0d41262386fb51 /configure.ac | |
parent | f91042b188c47568472defa6d567b5f5a2c268f5 (diff) | |
download | xine-lib-ba90c7eb0ab1e068a06b28d40f4e0fc0a538873b.tar.gz xine-lib-ba90c7eb0ab1e068a06b28d40f4e0fc0a538873b.tar.bz2 |
Check if compiler supports __attribute__((weak))
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 c55f23a0f..653d42b3e 100644 --- a/configure.ac +++ b/configure.ac @@ -468,6 +468,7 @@ CC_ATTRIBUTE_FORMAT_ARG CC_ATTRIBUTE_DEPRECATED CC_ATTRIBUTE_UNUSED CC_ATTRIBUTE_MALLOC +CC_ATTRIBUTE_WEAK CC_ATTRIBUTE_PACKED([], [AC_MSG_WARN([Your compiler doesn't support __attribute__((packed)); xine might not work as expected.])]) |