summary refs log tree commit diff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4cfd27c..b628b43 100755
--- a/configure
+++ b/configure
@@ -33,7 +33,7 @@ done
 case "$(uname)" in
 	(Darwin)
 		config libtls
-		ldlibs -liconv
+		ldlibs -liconv -lresolv
 		;;
 	(*)
 		config libtls
a href='/src/commit/bin/man1/hi.1?id=2f03c36531f9b70e8200d3ea17b68a1ca27a4224&follow=1'>Add IRC output to hiJune McEnroe 2019-02-07Improve C syntax accuracy and add Format classJune McEnroe 2019-02-07Factor out hi checkJune McEnroe 2019-02-07Add Escape class to hiJune McEnroe 2019-02-07Add Todo class and parent syntax constraintJune McEnroe