From 394b893a4db7991f0e3e88707eff1ce67494532a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Paulo=20Rechi=20Vita?= Date: Mon, 29 Oct 2012 17:33:57 -0300 Subject: 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. --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'acinclude.m4') 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} ]) -- cgit v1.2.1