summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorJoão Paulo Rechi Vita <jprvita@openbossa.org>2012-10-29 17:33:57 -0300
committerJohan Hedberg <johan.hedberg@intel.com>2012-10-30 14:12:08 +0200
commit394b893a4db7991f0e3e88707eff1ce67494532a (patch)
tree767264604169d9a1e96879787c32509ff037c88a /acinclude.m4
parent214244f1cb9a8fbf6e2ba5ae2849f74a5d95b472 (diff)
downloadbluez-394b893a4db7991f0e3e88707eff1ce67494532a.tar.gz
build: Fix selecting HoG suspend backend
The dummy backend was always being compiled and the --with-hog-suspend option was not being accepted by configure. Now the backend can be selected with --with-hog-suspend and the suspend implementation file is generated during compile time.
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 4bac3f00d..ddc818322 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -290,7 +290,7 @@ AC_DEFUN([AC_ARG_BLUEZ], [
wiimote_enable=${enableval}
])
- AC_ARG_WITH(gatt, AC_HELP_STRING([--with-hog-suspend=DRIVER], [select HoG suspend driver]), [
+ AC_ARG_WITH(hog_suspend, AC_HELP_STRING([--with-hog-suspend=DRIVER], [select HoG suspend driver]), [
hog_suspend_driver=${withval}
])