Build: handle "" enableval in --enable-senseapi-xcbxorg

This commit is contained in:
2025-01-12 14:36:27 -04:00
parent 0a36f7d370
commit 3f9b406fb2
+1 -1
View File
@@ -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])