diff options
Diffstat (limited to 'auto/lib/md5/conf')
-rw-r--r-- | auto/lib/md5/conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/lib/md5/conf b/auto/lib/md5/conf index 1ca6b4317..799d0756f 100644 --- a/auto/lib/md5/conf +++ b/auto/lib/md5/conf @@ -44,7 +44,7 @@ if [ $MD5 != NONE ]; then else - if [ $NGX_PLATFORM != win32 ]; then + if [ "$NGX_PLATFORM" != win32 ]; then MD5=NO # Solaris 8/9 |