Mercurial > mplayer.hg
diff configure @ 21856:e268886eb13d
Split fseeko.c into fseeko.c and ftello.c, move #ifdefs into the build system.
author | diego |
---|---|
date | Wed, 10 Jan 2007 19:35:41 +0000 |
parents | 936209c39ed1 |
children | 8d9e6b4fbf4d |
line wrap: on
line diff
--- a/configure Wed Jan 10 19:07:42 2007 +0000 +++ b/configure Wed Jan 10 19:35:41 2007 +0000 @@ -3439,8 +3439,10 @@ cc_check && _fseeko=yes if test "$_fseeko" = yes ; then _def_fseeko='#define HAVE_FSEEKO 1' + _need_fseeko=no else _def_fseeko='#undef HAVE_FSEEKO' + _need_fseeko=yes fi echores "$_fseeko" @@ -7234,8 +7236,10 @@ cc_check && _ftello=yes if test "$_ftello" = yes ; then _def_ftello='#define HAVE_FTELLO 1' + _need_ftello=no else _def_ftello='#undef HAVE_FTELLO' + _need_ftello=yes fi echores "$_ftello" @@ -7479,6 +7483,8 @@ HAVE_SYS_MMAN_H = _mman +NEED_FSEEKO = $_need_fseeko +NEED_FTELLO = $_need_ftello NEED_GLOB = $_need_glob NEED_SCANDIR = $_need_scandir NEED_SETENV = $_need_setenv