From d38e670373b3df4e7ff5835ac4f67743f1351e95 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Sun, 6 Nov 2016 18:39:08 +0100 Subject: [PATCH] Remove configure check for type 'long long'. This type with at least 64 bits is mandatory since C++11. --- configure.ac | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure.ac b/configure.ac index b96d543f..3c2311b6 100644 --- a/configure.ac +++ b/configure.ac @@ -55,10 +55,6 @@ dnl actually works GINACLIB_LIBS='-L${libdir} -lginac' AC_LIB_LINKFLAGS_FROM_LIBS([GINACLIB_RPATH], [$GINACLIB_LIBS]) -dnl Check for data types which are needed by the hash function -dnl (golden_ratio_hash). -AC_CHECK_TYPE(long long) - dnl Check for stuff needed for building the GiNaC interactive shell (ginsh). AC_CHECK_HEADERS(unistd.h) GINAC_HAVE_RUSAGE -- 2.44.0