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

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
truelight 18 years ago
parent 7437ae1a08
commit 3792865a48

@ -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"

Loading…
Cancel
Save