ossp-pkg/pth/configure.ac 1.8 -> 1.9
--- configure.ac 2002/11/03 16:31:34 1.8
+++ configure.ac 2002/11/09 14:00:41 1.9
@@ -553,9 +553,9 @@
AC_MSG_RESULT([$msg])
AC_SUBST(PTH_SYSCALL_HARD)
if test ".$enable_syscall_hard" = .yes; then
- echo "${TB}Warning: The hard system call mapping variant is still work in progress.${TN}"
- echo "${TB} Do neither expect it to compile on all platforms (because of${TN}"
- echo "${TB} conflicts with vendor prototypes) nor to actually work!${TN}"
+ echo "${TB}Warning: The hard system call mapping variant is an experimental feature.${TN}"
+ echo "${TB} It is not guaranteed to work if the mapped system calls on your${TN}"
+ echo "${TB} platform do not 100% comply to the POSIX.1-2001/SUSv3 prototypes.${TN}"
fi
|
|