diff options
author | Jonathan Gray | 2003-07-06 08:14:22 +0000 |
---|---|---|
committer | Jonathan Gray | 2003-07-06 08:14:22 +0000 |
commit | dc705c04e160ed5c5c92a08de996071079b065d7 (patch) | |
tree | d6974c33a08ca31e1a9b74bf4fa214bbcbd46a40 | |
parent | bdbd7c98bfc7b4475b26c2e71bb9bd57885ef621 (diff) | |
download | scummvm-rg350-dc705c04e160ed5c5c92a08de996071079b065d7.tar.gz scummvm-rg350-dc705c04e160ed5c5c92a08de996071079b065d7.tar.bz2 scummvm-rg350-dc705c04e160ed5c5c92a08de996071079b065d7.zip |
fix configure script
svn-id: r8796
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -79,7 +79,6 @@ find_sdlconfig() { printf "Looking for sdl-config... " sdlconfigs="$_sdlconfig sdl-config sdl11-config sdl12-config" -CXX= for sdlconfig in $sdlconfigs; do if test "-e $sdlconfig" ; then _sdlconfig=$sdlconfig |