Mercurial > mplayer.hg
diff configure @ 11000:6e35326c742f
many small typo and grammar fixes
Based on Bernard Leak's mail <bernard 4t brenda-arkle.demon.co.uk>
author | gabucino |
---|---|
date | Sat, 04 Oct 2003 17:29:08 +0000 |
parents | ea4426db0db5 |
children | d48eccbbb984 |
line wrap: on
line diff
--- a/configure Sat Oct 04 07:53:20 2003 +0000 +++ b/configure Sat Oct 04 17:29:08 2003 +0000 @@ -5365,7 +5365,7 @@ fi echocheck "ftello()" -# if we dont have ftello map it to ftell +# if we don't have ftello map it to ftell cat > $TMPC << EOF #include <stdio.h> int main (void) { ftello(stdin); return 0; }