summaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-01-24 11:21:31 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-01-24 11:21:31 +0000
commitd3e7f409b51d253fb33aa467867b61173f29010a (patch)
tree75ad3cd168b6b04c4475d1a8a2c39214e3868e37 /acinclude.m4
parent47cf3f86b9ee717568e865a1a4cd36dede11e4a1 (diff)
Typo
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 db6d66fb..83ab46d8 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -318,7 +318,7 @@ AC_DEFUN([AC_ARG_BLUEZ], [
AM_CONDITIONAL(ECHOSERVICE, test "${echo_enable}" = "yes")
AM_CONDITIONAL(HCID, test "${hcid_enable}" = "yes")
AM_CONDITIONAL(SDPD, test "${sdpd_enable}" = "yes")
- AM_CONDITIONAL(HIDD, test "${sdpd_enable}" = "yes")
+ AM_CONDITIONAL(HIDD, test "${hidd_enable}" = "yes")
AM_CONDITIONAL(TEST, test "${test_enable}" = "yes")
AM_CONDITIONAL(CUPS, test "${cups_enable}" = "yes")
AM_CONDITIONAL(CONFIGFILES, test "${configfiles_enable}" = "yes")