summary refs log tree commit diff
path: root/configure
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-09-13 15:05:52 -0400
committerJune McEnroe <june@causal.agency>2021-09-13 15:05:52 -0400
commit326030a5fe1c681a4e2436598a53d6ad89cdeff6 (patch)
treed7556b4fe8d79817def0bfa5a2f18078b641b1a5 /configure
parentDocument lack of dependency on SQLite (diff)
downloadscooper-1.3.tar.gz
scooper-1.3.zip
Link with -ldl on Linux 1.3
Why Linux always gotta be different?
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 97cfafc..fd96edd 100755
--- a/configure
+++ b/configure
@@ -41,6 +41,7 @@ case "$(uname)" in
 		;;
 	(Linux)
 		cflags -D_GNU_SOURCE
+		ldadd dl -ldl
 		config kcgi kcgi-html
 		;;
 	(*)