From 5b19913eb83d7f82ac0d2a153e11db43e7e88616 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 4 Jan 2015 20:22:04 +0100 Subject: 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. --- configure | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3