Oops... Fixed missing 'x' when testing target OS.

This commit is contained in:
Vincent Richard 2005-03-28 16:43:43 +00:00
parent 4a70efe2de
commit 0f89c8031a

View File

@ -1415,7 +1415,7 @@ VMIME_BUILTIN_PLATFORMS=''
VMIME_DETECT_PLATFORM=''
case "x${target_os}" in
win* | mingw* | cygwin*)
xwin* | xmingw* | xcygwin*)
VMIME_DETECT_PLATFORM='windows'
;;
x*)