diff options
author | June McEnroe <june@causal.agency> | 2020-12-04 18:18:00 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-12-04 18:18:00 -0500 |
commit | b80d8f4d9350ef1a04d4f5fb530a66dcd74821af (patch) | |
tree | a5ca30aa136bd89ebcb853992f0f161ff850ed26 /configure | |
parent | Add -lresolv on macOS (diff) | |
download | imbox-b80d8f4d9350ef1a04d4f5fb530a66dcd74821af.tar.gz imbox-b80d8f4d9350ef1a04d4f5fb530a66dcd74821af.zip |
Remove dependency on dig/drill
Diffstat (limited to '')
-rwxr-xr-x | configure | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure b/configure index 3b57019..3309d82 100755 --- a/configure +++ b/configure @@ -31,13 +31,8 @@ for opt; do done case "$(uname)" in - (FreeBSD) - config libtls - defstr DRILL_PATH /usr/bin/drill - ;; (OpenBSD) ldlibs -ltls - defstr DIG_PATH /usr/bin/dig ;; (Linux) cflags -D_GNU_SOURCE -DDECLARE_RPP |