summary refs log tree commit diff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index ccea81d..3b57019 100755
--- a/configure
+++ b/configure
@@ -44,6 +44,10 @@ case "$(uname)" in
 		config libtls
 		echo 'OBJS += compat.o'
 		;;
+	(Darwin)
+		ldlibs -lresolv
+		config libtls
+		;;
 	(*)
 		config libtls
 		;;