From: Jani Taskinen Date: Mon, 20 Apr 2009 15:02:49 +0000 (+0000) Subject: - Added path sanity check (autotools + libtool do not cope with whitespace..) X-Git-Tag: php-5.4.0alpha1~191^2~3894 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eae5e432433409514af2c9c477d4b898e8adf86c;p=php - Added path sanity check (autotools + libtool do not cope with whitespace..) --- diff --git a/scripts/phpize.in b/scripts/phpize.in index 70c6ebdf70..3adb8c8da4 100644 --- a/scripts/phpize.in +++ b/scripts/phpize.in @@ -80,6 +80,24 @@ Cannot find build files at '$phpdir'. Please check your PHP installation. EOF exit 1 fi + + case "$phpdir" in + *\ * | *\ *) + cat <