summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-10-02 11:59:40 +0200
committerMarcel Holtmann <marcel@holtmann.org>2009-10-02 11:59:40 +0200
commitbaea4eeec8ffea9755b16b780717dc7f85ab3eeb (patch)
treefa2e1d1a311f5c0dbc8069f387a5cc61989c1a93 /acinclude.m4
parentd0cd6ba872480ed977ae951834a727d33f51dd6e (diff)
downloadbluez-baea4eeec8ffea9755b16b780717dc7f85ab3eeb.tar.gz
Fix typo within capabilities library check
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 1a3d939b1..e7d1c32d2 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -165,7 +165,7 @@ AC_DEFUN([AC_ARG_BLUEZ], [
optimization_enable=yes
fortify_enable=yes
pie_enable=yes
- capng_eanble=${capng_found}
+ capng_enable=${capng_found}
sndfile_enable=${sndfile_found}
netlink_enable=no
hal_enable=${hal_found}