diff options
Diffstat (limited to 'auto/configure')
| -rwxr-xr-x | auto/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/configure b/auto/configure index a145a9ee7..162a69746 100755 --- a/auto/configure +++ b/auto/configure @@ -3,7 +3,7 @@ . auto/init . auto/sources -test $OBJ || mkdir $OBJ +test -d $OBJ || mkdir $OBJ echo > $NGX_AUTO_CONFIG_H if [ "$PLATFORM" != win32 ]; then |
