(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 87b9931e6f
commit 74ac517edc

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"