CONFIGURE: Added more 64bit integers to probing

This commit is contained in:
Eugene Sandulenko 2013-07-15 19:26:02 +03:00
parent 6dc3768faa
commit 0c52bfa43e

2
configure vendored
View File

@ -1843,7 +1843,7 @@ esac
# Determine a data type with the given length
#
find_type_with_size() {
for datatype in int short char long "long long" unknown; do
for datatype in int short char long "long long" __int64 "long long int" unknown; do
cat > tmp_find_type_with_size.cpp << EOF
typedef $datatype ac__type_sizeof_;
int main() {