forked from resurrecting-open-source-projects/scrot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configure.ac: remove unsound/misleading flag
this avoids misleading people due to the issues described in resurrecting-open-source-projects#315. and packagers can already check the output of the configure script or config.log to see if libbsd was checked for or not. additionally, document which bsd extension we require in the README so that maintainers can make more informed decision (e.g using more lightweight `sys/queue.h` in musl instead of heavyweight libbsd). ref: resurrecting-open-source-projects#307 Fixes: resurrecting-open-source-projects#315
- Loading branch information
Showing
2 changed files
with
1 addition
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters