(svn r7763) [Configure] -Fix: all -z tests were protected with "", but of course we forgot one...... :(

This commit is contained in:
truelight 2007-01-02 20:26:48 +00:00
parent 7437ae1a08
commit 3792865a48

View File

@ -1558,7 +1558,7 @@ detect_sdl() {
log 2 " returned $version"
log 2 " exit code $ret"
if [ -z $version ] || [ "$ret" != "0" ]
if [ -z "$version" ] || [ "$ret" != "0" ]
then
log 1 "checking SDL... not found"