diff options
author | June McEnroe <june@causal.agency> | 2021-09-13 15:05:52 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-09-13 15:05:52 -0400 |
commit | 326030a5fe1c681a4e2436598a53d6ad89cdeff6 (patch) | |
tree | d7556b4fe8d79817def0bfa5a2f18078b641b1a5 /configure | |
parent | Document lack of dependency on SQLite (diff) | |
download | scooper-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-x | configure | 1 |
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 ;; (*) |