CONFIGURE: Added more 64bit integers to probing
This commit is contained in:
parent
6dc3768faa
commit
0c52bfa43e
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -1843,7 +1843,7 @@ esac
|
||||||
# Determine a data type with the given length
|
# Determine a data type with the given length
|
||||||
#
|
#
|
||||||
find_type_with_size() {
|
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
|
cat > tmp_find_type_with_size.cpp << EOF
|
||||||
typedef $datatype ac__type_sizeof_;
|
typedef $datatype ac__type_sizeof_;
|
||||||
int main() {
|
int main() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue