diff options
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9034b6352..138e587a4 100644 --- a/configure.ac +++ b/configure.ac @@ -2096,7 +2096,8 @@ CC_ATTRIBUTE_ALIGNED CC_ATTRIBUTE_PACKED( [AC_DEFINE([XINE_PACKED], [__attribute__((packed))], [Mark a structure as being packed])], - [AC_DEFINE([XINE_PACKED], [], [Dummy mark a structure as being packed])] + [AC_MSG_WARN([Your compiler doesn't support __attribute__((packed)); xine might not work as expected.]) + AC_DEFINE([XINE_PACKED], [], [Dummy mark a structure as being packed])] ) CC_ATTRIBUTE_VISIBILITY([protected], [visibility_export="protected"], |