From: Jaroslav Škarvada Date: Mon, 25 May 2015 16:48:30 +0000 (+0200) Subject: Detect long long int support X-Git-Tag: v1.5.4~37^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F621%2Fhead;p=thirdparty%2Frrdtool-1.x.git Detect long long int support 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 --- 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)