X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=configure.in;h=cd62bd73518c74fc802a59e2a63437957d4236f8;hp=e210504ca8b2827f9b3d659c6f3e599da6f30ed0;hb=42ae6db8ba904362337098c508d168cffb9280eb;hpb=b000674afd72926034b870c10ae5218b0e14efc5;ds=sidebyside diff --git a/configure.in b/configure.in index e210504c..cd62bd73 100644 --- a/configure.in +++ b/configure.in @@ -77,7 +77,8 @@ AC_ARG_ENABLE(html-doc, [ --enable-html-doc build HTML documentation [def AC_ARG_ENABLE(ps-doc, [ --enable-ps-doc build PostScript documentation [default=no]], , enable_ps_doc=no) AC_ARG_WITH(cint, [ --with-cint=CINTSYSDIR build GiNaC-cint C++ interpreter [default=no]], , with_cint=no) -dnl Check for data types which are needed by the hash function (golden_ratio_hash). +dnl Check for data types which are needed by the hash function +dnl (golden_ratio_hash). AC_CHECK_SIZEOF(long, 4) AC_CHECK_SIZEOF(long long, 8) AC_CHECK_SIZEOF(long double, 12)