summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2002-06-04 23:07:56 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2002-06-04 23:07:56 +0000
commitb971db9ab0beb88edc4ceb23009619488f0c5be5 (patch)
treeb92bc05159629334d964960b422dc2d7564889d9 /configure.in
parent82f6597c4efac9e7608b20e9cfb6c45b613b7174 (diff)
downloadxine-lib-b971db9ab0beb88edc4ceb23009619488f0c5be5.tar.gz
xine-lib-b971db9ab0beb88edc4ceb23009619488f0c5be5.tar.bz2
libmpeg2 patches for gcc3.1 from michel
CVS patchset: 2018 CVS date: 2002/06/04 23:07:56
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index f92f6d59e..cd84bbfd7 100644
--- a/configure.in
+++ b/configure.in
@@ -148,7 +148,7 @@ AC_C_BIGENDIAN
dnl AC_C_BIGENDIAN triggers an AC_TRY_RUN warning; we can't cross compile
dnl xine (oh, well)
AC_C_CONST
-AC_C_INLINE
+AC_C_ALWAYS_INLINE
AC_TYPE_OFF_T
AC_TYPE_SIZE_T
AM_TYPE_PTRDIFF_T