aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2015-01-04 20:22:04 +0100
committerEugene Sandulenko2015-01-04 20:23:27 +0100
commit5b19913eb83d7f82ac0d2a153e11db43e7e88616 (patch)
tree3dca123b5346222a2531dd46f40eb42273b2d8c9
parentaeac0d821fb27df2c1290723dd79165bf08f9a2e (diff)
downloadscummvm-rg350-5b19913eb83d7f82ac0d2a153e11db43e7e88616.tar.gz
scummvm-rg350-5b19913eb83d7f82ac0d2a153e11db43e7e88616.tar.bz2
scummvm-rg350-5b19913eb83d7f82ac0d2a153e11db43e7e88616.zip
CONFIGURE: define HAVE_INT64 when we have 64-bit types.
This has been hanging in the air forever, but for the sake of cleanness now is defined.
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index eba1ebcb32..7c4c87e3af 100755
--- a/configure
+++ b/configure
@@ -4504,6 +4504,7 @@ $_def_64bit_type_unsigned
#else
$_def_64bit_type_unsigned
#endif
+#define HAVE_INT64
EOF
fi