/[GiNaC]/configure.ac
ViewVC logotype

Diff of /configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.27 by vollinga, Wed Dec 7 15:19:44 2005 UTC revision 1.28 by chrisd, Tue Feb 14 16:40:06 2006 UTC
# Line 73  AC_PROG_YACC Line 73  AC_PROG_YACC
73    
74  dnl Check for data types which are needed by the hash function  dnl Check for data types which are needed by the hash function
75  dnl (golden_ratio_hash).  dnl (golden_ratio_hash).
76  AC_CHECK_SIZEOF(long, 4)  AC_CHECK_SIZEOF(int)
77  AC_CHECK_SIZEOF(long long, 8)  AC_CHECK_SIZEOF(long)
78  AC_CHECK_SIZEOF(long double, 12)  AC_CHECK_SIZEOF(long long)
79    AC_CHECK_SIZEOF(long double)
80    AC_CHECK_SIZEOF(void *)
81    
82  dnl Switch to C++ language mode for the following libraries and headers.  dnl Switch to C++ language mode for the following libraries and headers.
83  AC_LANG([C++])  AC_LANG([C++])

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

Christian Bauer">Christian Bauer
ViewVC Help
Powered by ViewVC 1.1.15