comparison configure @ 1120:c8c8aead5075

Funnier configure messages ;)
author atmosfear
date Wed, 13 Jun 2001 00:50:21 +0000
parents cd6a163d8273
children 4d7e3d711f44
comparison
equal deleted inserted replaced
1119:cd6a163d8273 1120:c8c8aead5075
1623 echo "Please check mtrr settings at /proc/mtrr (see DOCS/MTRR)" 1623 echo "Please check mtrr settings at /proc/mtrr (see DOCS/MTRR)"
1624 echo 1624 echo
1625 fi 1625 fi
1626 1626
1627 if [ $_sdl = outdated ]; then 1627 if [ $_sdl = outdated ]; then
1628 echo "You have libSDL installed, but your version is outdated (earlier then" 1628 echo "You have an outdated version of libSDL installed (older than v1.1.7)"
1629 echo "v.1.1.7), SDL support has been disabled please update, if you want to" 1629 echo "and SDL support has therefore been disabled. Please upgrade to a more"
1630 echo "use it (libSDL v1.1.8 and v1.2.0/1 are tested and known to work, recent" 1630 echo "recent version (v1.1.8 and v1.2.[0-1] are known to work) from:"
1631 echo "versions are available from http://www.libsdl.org/)." 1631 echo "http://www.libsdl.org"
1632 echo "After updating you need to re-run ./configure and recompile to enable SDL." 1632 echo "You need to re-run ./configure and recompile after updating SDL."
1633 echo "(If you only want to use SDLlib audio driver older versions might work, you" 1633 echo "If you are only interested in the libSDL audio drivers, then older"
1634 echo "can use --enable-sdl to force using SDLlib)" 1634 echo "version might work. Use --enable-sdl to force usage of libSDL."
1635 echo
1636 fi 1635 fi
1637 1636
1638 if [ $_win32libdirnotify = yes ]; then 1637 if [ $_win32libdirnotify = yes ]; then
1639 echo "Missing WIN32 codecs dir at $_win32libdir !" 1638 echo "Failed to find a WIN32 codecs dir at $_win32libdir!"
1640 echo "Make it and copy DLL files to there! (You can get them from your windows" 1639 echo "Create it and copy the DLL files there! (You can get them from your windows"
1641 echo "directory or download ftp://thot.banki.hu/esp-team/linux/MPlayer/w32codec.zip" 1640 echo "directory or download them from:"
1642 else 1641 echo "ftp://thot.banki.hu/esp-team/linux/MPlayer/w32codec.zip"
1643 echo "Ok, Win32 codecs directory at $_win32libdir already exists." 1642 else
1643 echo "Ok, found Win32 codecs directory at $_win32libdir."
1644 fi 1644 fi
1645 1645
1646 # Last move: 1646 # Last move:
1647 1647
1648 rm -f $TMPO $TMPC $TMPS 1648 rm -f $TMPO $TMPC $TMPS