Skip to content

Commit

Permalink
CONFIGURE: Added more 64bit integers to probing
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Jul 15, 2013
1 parent 6dc3768 commit 0c52bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -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() {
Expand Down

0 comments on commit 0c52bfa

Please sign in to comment.