From 612647c7af4c4f298187b2867d3db1bf44107d98 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Sun, 10 Aug 2003 17:35:26 +0000 Subject: fix alignment check CVS patchset: 5270 CVS date: 2003/08/10 17:35:26 --- configure.ac | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/configure.ac b/configure.ac index 70a381b5a..d31ccbe71 100644 --- a/configure.ac +++ b/configure.ac @@ -973,6 +973,9 @@ fi dnl Flags not supported by all *cc* variants AC_TRY_CFLAGS("-Wall", wall="-Wall", wall="") +dnl check for __attribute__ ((aligned ())) +dnl WARNING! Do not move this check behind the $(MULTIPASS_CFLAGS)! +AC_C_ATTRIBUTE_ALIGNED dnl Common cflags for all platforms CFLAGS="$CFLAGS $wall -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE \$(MULTIPASS_CFLAGS)" @@ -1283,13 +1286,6 @@ dnl --------------------------------------------- AM_CONDITIONAL(HAVE_ARMV4L, test x"$enable_armv4l" = "xyes") -dnl --------------------------------------------- -dnl gcc __attribute__ ((aligned ())) -dnl --------------------------------------------- -AC_C_ATTRIBUTE_ALIGNED - - - dnl --------------------------------------------- dnl XINE_ROOTDIR does not work if architecture independent files are dnl installed to another place than architecture dependent files !!! -- cgit v1.2.3