explain the OpenBSD bit

This commit is contained in:
Omar Polo 2021-07-06 12:18:53 +00:00
parent ca3f67564c
commit eb877bffaa
1 changed files with 3 additions and 1 deletions

4
configure vendored
View File

@ -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)"