summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoão Paulo Rechi Vita <jprvita@openbossa.org>2013-07-12 14:51:25 -0300
committerTanu Kaskinen <tanu.kaskinen@linux.intel.com>2013-07-15 13:08:55 +0300
commit4a4b0c6785d4b510e78e763eba67ef2aa504940d (patch)
treecde6bb388e440589a7448a184307d6f94e0c90a5
parented4d0d989c1d90202414077080356d14ca0ac7de (diff)
downloadpulseaudio-4a4b0c6785d4b510e78e763eba67ef2aa504940d.tar.gz
build-sys: Fix misuse of "dependant"
Dependant in British English is a person who is financially supported by someone else. To express software dependency relations "dependent" should be used instead, which is correct for both British and US English.
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 1d8e40a2e..0ef06453f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -979,7 +979,7 @@ PA_MACHINE_ID_FALLBACK="${localstatedir}/lib/dbus/machine-id"
AX_DEFINE_DIR(PA_MACHINE_ID_FALLBACK, PA_MACHINE_ID_FALLBACK,
[Fallback machine-id file])
-#### BlueZ support (optional, dependant on D-Bus) ####
+#### BlueZ support (optional, dependent on D-Bus) ####
AC_ARG_ENABLE([bluez],
AS_HELP_STRING([--disable-bluez],[Disable optional BlueZ support]))
@@ -1015,7 +1015,7 @@ AC_SUBST(HAVE_UDEV)
AM_CONDITIONAL([HAVE_UDEV], [test "x$HAVE_UDEV" = x1])
AS_IF([test "x$HAVE_UDEV" = "x1"], AC_DEFINE([HAVE_UDEV], 1, [Have UDEV.]))
-#### HAL compat support (optional, dependant on UDEV) ####
+#### HAL compat support (optional, dependent on UDEV) ####
AC_ARG_ENABLE([hal-compat],
AS_HELP_STRING([--disable-hal-compat],[Disable optional HAL->udev transition compatibility support]))