build: use ifdef instead of `if for various defines

Change-Id: I386bd1adddf403ff450e5d22688337b7d6d7c1f6
This commit is contained in:
Adrien Béraud
2022-06-22 16:27:06 -04:00
parent ce645d4fd3
commit fa7fb8beb0
8 changed files with 21 additions and 24 deletions

View File

@ -89,7 +89,7 @@ systems. This function is required for `alloca.c' support on those systems.
#define HAVE_PULSE 0
/* Define if you have shared memory support */
#define HAVE_SHM 0
#undef ENABLE_SHM
/* Define if you have libspeex */
#define HAVE_SPEEX 0