mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
autoconf: fix pio checks name
The autoconf macro to perform the positional i/o checks was misnamed as hpux checks (since there happens to be a specific check for hpux at the top of the macro). Change the macro name and m4 file name to be more accurately named. Change-Id: Ib85728fbfe67930cb5f9f1f0e34f7aa1195fdfc6 Reviewed-on: https://gerrit.openafs.org/12992 Reviewed-by: Michael Meffie <mmeffie@sinenomine.net> Reviewed-by: Benjamin Kaduk <kaduk@mit.edu> Tested-by: BuildBot <buildbot@rampaginggeek.com>
This commit is contained in:
parent
65b55bcc26
commit
b1b3322a68
@ -60,7 +60,7 @@ OPENAFS_NETDB_CHECKS
|
||||
AC_HEADER_TIME
|
||||
OPENAFS_ROKEN_HEADERS
|
||||
OPENAFS_BSWAP_CHECKS
|
||||
OPENAFS_HPUX_CHECKS
|
||||
OPENAFS_PIO_CHECKS
|
||||
OPENAFS_REGEX_CHECKS
|
||||
OPENAFS_MORE_PTHREAD_CHECKS
|
||||
OPENAFS_TYPE_CHECKS
|
||||
|
@ -1,4 +1,4 @@
|
||||
AC_DEFUN([OPENAFS_HPUX_CHECKS],[
|
||||
AC_DEFUN([OPENAFS_PIO_CHECKS],[
|
||||
case $AFS_SYSNAME in
|
||||
*hp_ux* | *hpux*)
|
||||
AC_MSG_WARN([Some versions of HP-UX have a buggy positional I/O implementation. Forcing no positional I/O.])
|
Loading…
Reference in New Issue
Block a user