diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-01-23 13:08:02 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-01-23 13:08:02 +0100 |
commit | 90c5288fef22004d6e4d441b3ae10b9cd1836103 (patch) | |
tree | 14d4a0e5588e0a04ec4cca52805599ed4abb27fe /ipc/chromium/src/third_party/libeventcommon.mozbuild | |
parent | 3624078103303adf0b934734d95a1ed9eb7bfefd (diff) | |
download | UXP-90c5288fef22004d6e4d441b3ae10b9cd1836103.tar UXP-90c5288fef22004d6e4d441b3ae10b9cd1836103.tar.gz UXP-90c5288fef22004d6e4d441b3ae10b9cd1836103.tar.lz UXP-90c5288fef22004d6e4d441b3ae10b9cd1836103.tar.xz UXP-90c5288fef22004d6e4d441b3ae10b9cd1836103.zip |
Issue #1342 - Remove support for system libevent
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 2b45ecb19..33482c661 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', |