(svn r8810) [Configure] -Fix: "" variables if you test them, else if they are empty they return lovely errors (tnx to Celester for finding thisone ;))

pull/155/head
truelight 18 years ago
parent 1d95385a97
commit 4ee0518ed2

@ -1140,7 +1140,7 @@ check_makedepend() {
}
detect_os() {
if [ $os = "DETECT" ]; then
if [ "$os" = "DETECT" ]; then
# Detect UNIX, OSX, FREEBSD, MORPHOS, BEOS, SUNOS, CYGWIN, MINGW, OS2, WINCE, and PSP
# Try first via dumpmachine, then via uname

Loading…
Cancel
Save