diff options
Diffstat (limited to 'ipc/chromium/src/third_party/libeventcommon.mozbuild')
-rw-r--r-- | ipc/chromium/src/third_party/libeventcommon.mozbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/chromium/src/third_party/libeventcommon.mozbuild b/ipc/chromium/src/third_party/libeventcommon.mozbuild index 2b45ecb198..33482c6615 100644 --- a/ipc/chromium/src/third_party/libeventcommon.mozbuild +++ b/ipc/chromium/src/third_party/libeventcommon.mozbuild @@ -32,7 +32,7 @@ else: else: libevent_include_suffix = 'linux' -if os_posix and not CONFIG['MOZ_SYSTEM_LIBEVENT']: +if os_posix: DEFINES['HAVE_CONFIG_H'] = True LOCAL_INCLUDES += sorted([ 'libevent', |