mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
build: use ifdef
instead of `if for various defines
Change-Id: I386bd1adddf403ff450e5d22688337b7d6d7c1f6
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user