summary refs log tree commit diff
path: root/configure
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-12-04 18:18:00 -0500
committerJune McEnroe <june@causal.agency>2020-12-04 18:18:00 -0500
commitb80d8f4d9350ef1a04d4f5fb530a66dcd74821af (patch)
treea5ca30aa136bd89ebcb853992f0f161ff850ed26 /configure
parentAdd -lresolv on macOS (diff)
downloadimbox-b80d8f4d9350ef1a04d4f5fb530a66dcd74821af.tar.gz
imbox-b80d8f4d9350ef1a04d4f5fb530a66dcd74821af.zip
Remove dependency on dig/drill
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
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