From 737d295921e0e447661b8f595250115b5605de8f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jaroslav=20=C5=A0karvada?= Date: Mon, 25 May 2015 18:48:30 +0200 Subject: [PATCH] Detect long long int support MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This is needed to fix crash on ARM, originally reported as: https://bugzilla.redhat.com/show_bug.cgi?id=1224530 Signed-off-by: Jaroslav Å karvada --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a5f0be98..353696fe 100644 --- a/configure.ac +++ b/configure.ac @@ -207,7 +207,7 @@ if test "x$GCC" = "xyes"; then done fi - +AC_TYPE_LONG_LONG_INT AC_SUBST(RRD_DEFAULT_FONT) -- 2.47.2