commit | 3a99dcf3776e0bd61aaf98ff01e6e9621a9156c2 | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Sat Dec 17 01:29:40 2011 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Sat Dec 17 01:29:40 2011 +0000 |
tree | 34a98e402014ddddc1045f16647d118b61f78ee2 | |
parent | 8f87c480dfae893c70e633c61bdf9aadcfee4448 [diff] [blame] |
diff --git a/configure b/configure index 40b95d1..5a0a83b 100755 --- a/configure +++ b/configure
@@ -23840,7 +23840,7 @@ INT64_T='signed long long' INT64_F='"ll"' fi -case "${build_os}" in +case "${host_os}" in mingw* ) INT64_F='"I64"' ;; @@ -23861,7 +23861,7 @@ UINT64_T='unsigned long long' UINT64_F='"ll"' fi -case "${build_os}" in +case "${host_os}" in mingw* ) UINT64_F='"I64"' ;;