]> granicus.if.org Git - php/commitdiff
Fix for compatibility.
authorAndrey Hristov <andrey@php.net>
Fri, 23 Jul 1999 19:22:28 +0000 (19:22 +0000)
committerAndrey Hristov <andrey@php.net>
Fri, 23 Jul 1999 19:22:28 +0000 (19:22 +0000)
buildconf

index edec9ebc2c81c7659181c9fed8a5fc950800faa4..947d93473c49068def8f8582eeaffe9cc22000ae 100755 (executable)
--- a/buildconf
+++ b/buildconf
@@ -70,7 +70,7 @@ if test "$1" = "--copy"; then
     automake_flags=--copy
 fi
 
-if ! test -d libzend; then
+if test ! -d libzend; then
     if test -d ../libzend; then
        echo "buildconf: linking ../libzend to ./libzend"
         ln -s ../libzend .
@@ -80,7 +80,7 @@ if ! test -d libzend; then
        exit 1
     fi
 fi
-if ! test -d TSRM; then
+if test ! -d TSRM; then
     if test -d ../TSRM; then
        echo "buildconf: linking ../TSRM to ./TSRM"
         ln -s ../TSRM .