[Scummvm-cvs-logs] scummvm master -> 0c52bfa43effa63ae99736d8ff5aa05bc1a77316

sev- sev at scummvm.org
Mon Jul 15 18:27:03 CEST 2013


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
0c52bfa43e CONFIGURE: Added more 64bit integers to probing


Commit: 0c52bfa43effa63ae99736d8ff5aa05bc1a77316
    https://github.com/scummvm/scummvm/commit/0c52bfa43effa63ae99736d8ff5aa05bc1a77316
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2013-07-15T09:26:02-07:00

Commit Message:
CONFIGURE: Added more 64bit integers to probing

Changed paths:
    configure



diff --git a/configure b/configure
index 7983f5a..7e17b9c 100755
--- a/configure
+++ b/configure
@@ -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() {






More information about the Scummvm-git-logs mailing list