mirror of
https://github.com/gophernicus/gophernicus.git
synced 2024-11-03 04:27:17 -05:00
Merge pull request #113 from ryandesign/ryandesign-available
Fix spelling of "available"
This commit is contained in:
commit
af1aafbe0b
@ -32,7 +32,7 @@ Important configure arguments include:
|
||||
config files.
|
||||
- mac, to be used on Mac OSX machines.
|
||||
- haiku, to be used on Haiku machines.
|
||||
- autodetect, which looks at what you have avaliable
|
||||
- autodetect, which looks at what you have available
|
||||
(unrecommended, please manually specify where possible).
|
||||
- `--hostname`. This is by default attempted to be autodetected
|
||||
by the configure script, using the command `hostname`. It is
|
||||
|
4
configure
vendored
4
configure
vendored
@ -236,7 +236,7 @@ if [ "${HOSTNAME}" = "autodetect" ]; then
|
||||
fi
|
||||
printf "%s\\n" "${HOSTNAME}"
|
||||
|
||||
# Use libwrap when it is avaliable
|
||||
# Use libwrap when it is available
|
||||
printf "checking for libwrap... "
|
||||
cat > conftest.c <<EOF
|
||||
#include <tcpd.h>
|
||||
@ -251,7 +251,7 @@ else
|
||||
fi
|
||||
printf "\\n"
|
||||
|
||||
# Check and use SHM if avaliable
|
||||
# Check and use SHM if available
|
||||
printf "checking for ipcrm (SHM management)... "
|
||||
if ! IPCRM="$(command -v ipcrm)"; then
|
||||
printf "not found"
|
||||
|
Loading…
Reference in New Issue
Block a user