[svn-r26127] Fixed typo.

This commit is contained in:
Scot Breitenfeld 2015-02-05 09:59:15 -05:00
parent 8a528170ec
commit 46d39603ad
2 changed files with 2 additions and 2 deletions

View File

@ -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])

View File

@ -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) {