diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2007-06-20 15:50:54 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2007-06-20 15:50:54 (GMT) |
commit | 276a7abba4e7d6b5d5f2b0255bd53a3d0bcbde1a (patch) | |
tree | 0b8c5b650ab42a78e579ea09387d27ef9c6f74b8 /configure.in | |
parent | a3d3090bd0fef91fd442e2daef4d48a5bf6bbd90 (diff) | |
download | hdf5-276a7abba4e7d6b5d5f2b0255bd53a3d0bcbde1a.zip hdf5-276a7abba4e7d6b5d5f2b0255bd53a3d0bcbde1a.tar.gz hdf5-276a7abba4e7d6b5d5f2b0255bd53a3d0bcbde1a.tar.bz2 |
[svn-r13890] Purpose: intermediate checkin for offsetof fix for PGI compiler.
Description: added new configuration to generate a pubconf file
in the c++/src directory, H5cxx_pubconf.h. When C++
compiler recognizes 'offsetof', the macro
H5_CXX_HAVE_OFFSETOF is defined in the new pubconf file.
Tested: on kagiso
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.in b/configure.in index 81369a3..ead1448 100644 --- a/configure.in +++ b/configure.in @@ -1660,13 +1660,6 @@ AC_TRY_COMPILE(,[(void)__FUNCTION__], AC_MSG_RESULT([yes]), AC_MSG_RESULT([no])) -AC_MSG_CHECKING([for __offsetof__ extension]) -AC_TRY_COMPILE(,[size_t __offsetof__(unused)], - AC_DEFINE([HAVE_OFFSETOF], [1], - [Define if the __offsetof__ extension is present]) - AC_MSG_RESULT([yes]), - AC_MSG_RESULT([no])) - dnl ---------------------------------------------------------------------- dnl Try to figure out how to print `long long'. Some machines use `%lld' dnl and others use `%qd'. There may be more! The final `l' is a |