From: Andrey Hristov Date: Mon, 14 Jun 1999 15:05:55 +0000 (+0000) Subject: Need to test for directory. X-Git-Tag: BEFORE_REMOVING_GC_STEP1~137 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=215a88ade1aee74546ccb893dc6bd6e87d237bed;p=php Need to test for directory. --- diff --git a/buildconf b/buildconf index 0a7c4f5712..03c25ffc80 100755 --- a/buildconf +++ b/buildconf @@ -1,7 +1,7 @@ #!/bin/sh test -d libzend || ln -s ../libzend . -test -f TSRM || ln -s ../TSRM . +test -d TSRM || ln -s ../TSRM . ./scripts/preconfig