From: Michel L. <wa...@us...> - 2001-09-04 08:40:54
|
Update of /cvsroot/libmpeg2/mpeg2dec In directory usw-pr-cvs1:/tmp/cvs-serv22353 Modified Files: configure.in Log Message: add TenDRA support Index: configure.in =================================================================== RCS file: /cvsroot/libmpeg2/mpeg2dec/configure.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- configure.in 2001/09/04 08:12:35 1.3 +++ configure.in 2001/09/04 08:40:46 1.4 @@ -46,6 +46,12 @@ OPT_CFLAGS="$CFLAGS -mabi=64" AC_TRY_CFLAGS([$OPT_CFLAGS],[CFLAGS=$OPT_CFLAGS]);; esac +elif test x"$CC" = x"tcc"; then + dnl TenDRA portability checking compiler + CFLAGS="-Xp -Yansi -f`pwd`/include/tendra.h" + enable_mlib=no + no_x=yes + enable_sdl=no else dnl non-gcc flags - we probably need exact configuration triplets here. case "$host_alias" in |