aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-07-06 12:18:53 +0000
committerOmar Polo <op@omarpolo.com>2021-07-06 12:18:53 +0000
commiteb877bffaa6b188caf0f8fc75a89f8e4721cc167 (patch)
treed9309ef84cf5f5aebbe9575570a36cf4a6eeb0d0 /configure
parentca3f67564ce8ef5fe32e10084445edc56b4adeaa (diff)
explain the OpenBSD bit
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index 707ef3d..b201655 100755
--- a/configure
+++ b/configure
@@ -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)"