mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r26127] Fixed typo.
This commit is contained in:
parent
8a528170ec
commit
46d39603ad
@ -505,7 +505,7 @@ if test "X$HDF_CXX" = "Xyes"; then
|
||||
PAC_PROG_CXX_OFFSETOF
|
||||
|
||||
# if C++ can handle static cast
|
||||
PAC_PROG_CXX_STAIC_CAST
|
||||
PAC_PROG_CXX_STATIC_CAST
|
||||
|
||||
else
|
||||
AC_MSG_RESULT([no])
|
||||
|
@ -104,7 +104,7 @@ AC_DEFUN([PAC_PROG_CXX_OFFSETOF],[
|
||||
|
||||
dnl Checking if C++ can handle static cast
|
||||
|
||||
AC_DEFUN([PAC_PROG_CXX_STAIC_CAST],[
|
||||
AC_DEFUN([PAC_PROG_CXX_STATIC_CAST],[
|
||||
AC_MSG_CHECKING([if $CXX can handle static cast])
|
||||
AC_LINK_IFELSE([AC_LANG_SOURCE([
|
||||
int main(void) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user