Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Autotools: Refactor rt library check (#520)
This appends the -lrt only as needed to the LIBS (if apcu is built as static) or to the APCU_SHARED_LIBADD variable (when APCu is built as shared). Modern *nix systems have shared memory operations located in default libraries and explicit linking with -lrt is redundant.
- Loading branch information