summaryrefslogtreecommitdiff
path: root/auto/lib/md5/make
diff options
context:
space:
mode:
Diffstat (limited to 'auto/lib/md5/make')
-rw-r--r--auto/lib/md5/make6
1 files changed, 3 insertions, 3 deletions
diff --git a/auto/lib/md5/make b/auto/lib/md5/make
index 8bdca0b50..22189da8a 100644
--- a/auto/lib/md5/make
+++ b/auto/lib/md5/make
@@ -6,17 +6,17 @@ case "$NGX_CC_NAME" in
msvc*)
ngx_makefile=makefile.msvc
- ngx_opt="CPU_OPT=$CPU_OPT LIBC=$LIBC MD5_ASM=$MD5_ASM"
+ ngx_opt="CPU_OPT=\"$CPU_OPT\" LIBC=$LIBC MD5_ASM=$MD5_ASM"
;;
owc*)
ngx_makefile=makefile.owc
- ngx_opt="CPU_OPT=$CPU_OPT"
+ ngx_opt="CPU_OPT=\"$CPU_OPT\""
;;
bcc)
ngx_makefile=makefile.bcc
- ngx_opt="-DCPU_OPT=$CPU_OPT -DMD5_ASM=$MD5_ASM"
+ ngx_opt="-DCPU_OPT=\"$CPU_OPT\" -DMD5_ASM=$MD5_ASM"
;;
esac