From: Richard Kreckel Date: Sun, 6 Nov 2016 17:39:08 +0000 (+0100) Subject: Remove configure check for type 'long long'. X-Git-Tag: release_1-7-2~6 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=d38e670373b3df4e7ff5835ac4f67743f1351e95;ds=sidebyside Remove configure check for type 'long long'. This type with at least 64 bits is mandatory since C++11. --- 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