I added PHP = `echo $PHP | sed 's/ /\\ /'` to line 68:fi PHP = `echo $PHP | sed 's/ /\\ /'` if test $PHP = "no"; then but it didn't seem to have any effect.
Stupid question: did you run 'autoconf' after this change? whats the value of `echo $PHP` after the sed command?
Nuno