From bfd75f8250a93aa034faec8165b0696ca311c8bd Mon Sep 17 00:00:00 2001 From: Stephen Torri Date: Sat, 26 Oct 2002 03:49:46 +0000 Subject: Added configure check to determine which inline method to use (AC_C_INLINE) CVS patchset: 3001 CVS date: 2002/10/26 03:49:46 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 55586f1fa..b04d7519b 100644 --- a/configure.ac +++ b/configure.ac @@ -98,6 +98,7 @@ AC_PROG_MAKE_SET AC_PROG_INSTALL AC_PROG_LN_S AC_PROG_AWK +AC_C_INLINE dnl --------------------------------------------- dnl Check for assembler (ffmpeg need it), don't call this before LIBTOOL @@ -693,7 +694,6 @@ if test "$GCC" = yes; then f_al="-malign-loops=4") AC_TRY_CFLAGS("-falign-jumps=4", f_aj="-falign-jumps=4", f_aj="-malign-jumps=4") -dnl ANSI_FLAGS="-ansi" ANSI_FLAGS="-std=gnu89" AC_SUBST(ANSI_FLAGS) fi -- cgit v1.2.3