diff options
Diffstat (limited to 'm4/aclocal_cxx.m4')
-rw-r--r-- | m4/aclocal_cxx.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/aclocal_cxx.m4 b/m4/aclocal_cxx.m4 index 0ea10b6..b44ae82 100644 --- a/m4/aclocal_cxx.m4 +++ b/m4/aclocal_cxx.m4 @@ -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) { |