diff options
author | Omar Polo <op@omarpolo.com> | 2021-07-06 12:18:53 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-07-06 12:18:53 +0000 |
commit | eb877bffaa6b188caf0f8fc75a89f8e4721cc167 (patch) | |
tree | d9309ef84cf5f5aebbe9575570a36cf4a6eeb0d0 /configure | |
parent | ca3f67564ce8ef5fe32e10084445edc56b4adeaa (diff) |
explain the OpenBSD bit
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -65,7 +65,9 @@ if which pkg-config 2>/dev/null 1>&2; then fi case "$(uname)" in - OpenBSD) ;; + OpenBSD) + # use libevent in base + ;; *) if pkg-config libevent; then CFLAGS="${CFLAGS} $(pkg-config --cflags libevent)" |