From d3e7f409b51d253fb33aa467867b61173f29010a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 24 Jan 2007 11:21:31 +0000 Subject: Typo --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit