summaryrefslogtreecommitdiffhomepage
path: root/auto/lib/md5/conf
diff options
context:
space:
mode:
Diffstat (limited to 'auto/lib/md5/conf')
-rw-r--r--auto/lib/md5/conf10
1 files changed, 2 insertions, 8 deletions
diff --git a/auto/lib/md5/conf b/auto/lib/md5/conf
index 5c6a417a0..40fd74716 100644
--- a/auto/lib/md5/conf
+++ b/auto/lib/md5/conf
@@ -10,17 +10,11 @@ if [ $MD5 != NONE ]; then
OPENSSL_MD5=NO
fi
- CORE_INCS="$CORE_INCS -I $MD5"
+ CORE_INCS="$CORE_INCS $MD5"
case "$CC" in
- cl)
- LINK_DEPS="$LINK_DEPS $MD5/md5.lib"
- CORE_LIBS="$CORE_LIBS md5.lib"
- CORE_LINK="$CORE_LINK -libpath:$MD5"
- ;;
-
- wcl386)
+ cl | wcl386 | bcc32)
LINK_DEPS="$LINK_DEPS $MD5/md5.lib"
CORE_LIBS="$CORE_LIBS $MD5/md5.lib"
;;