diff options
Diffstat (limited to 'm4/ost_posix.m4')
-rw-r--r-- | m4/ost_posix.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ost_posix.m4 b/m4/ost_posix.m4 index 6572b1e6..ab05e252 100644 --- a/m4/ost_posix.m4 +++ b/m4/ost_posix.m4 @@ -19,7 +19,7 @@ dnl distribute this file as part of a program that contains a configuration dnl script generated by Autoconf, you may include it under the same dnl distribution terms that you use for the rest of that program. -AC_DEFUN(OST_SYS_POSIX,[ +AC_DEFUN([OST_SYS_POSIX],[ AC_REQUIRE([OST_PROG_CC_POSIX]) AC_CACHE_CHECK(whether system meets Posix.1, ost_cv_sys_posix1, @@ -65,7 +65,7 @@ AC_DEFUN(OST_SYS_POSIX,[ ]) ]) -AC_DEFUN(OST_CC_FCNTL,[ +AC_DEFUN([OST_CC_FCNTL],[ AC_REQUIRE([OST_SYS_POSIX]) AC_CHECK_HEADERS(fcntl.h sys/fcntl.h) AH_BOTTOM([ |