From 3f9b406fb2fcfa2ac9858980d6243f70f95d30e6 Mon Sep 17 00:00:00 2001 From: Hayodea Hakol Date: Sun, 12 Jan 2025 14:36:27 -0400 Subject: [PATCH] Build: handle "" enableval in --enable-senseapi-xcbxorg --- m4/sense_api_opts.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/sense_api_opts.m4 b/m4/sense_api_opts.m4 index 6ca08ba..79dadfd 100644 --- a/m4/sense_api_opts.m4 +++ b/m4/sense_api_opts.m4 @@ -5,7 +5,7 @@ AC_ARG_ENABLE([senseapi-xcbxorg], [Enable XCB/Xorg SenseAPI backend])], [AS_CASE([$enableval], [no], [enable_senseapi_xcbxorg=no], - [yes|*], [ + [yes|""|*], [ enable_senseapi_xcbxorg=yes AC_DEFINE([XCBXORG_ENABLED], [1], [Define to 1 if you have XCB/Xorg SenseAPI backend])