- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit3fd0393
committed
Ignore libedit/libreadline while probing for standard functions.
Some versions of libedit expose bogus definitions of setproctitle(),optreset, and perhaps other symbols that we don't want configure to pick upon. There was a previous report of similar problems with strlcpy(), whichwe addressed in commit59cf88d, but theproblem has evidently grown in scope since then. In hopes of not having todeal with it again in future, rearrange configure's tests for suppliedfunctions so that we ignore libedit/libreadline except when probingspecifically for functions we expect them to provide.Per report from Christoph Berg, though this is slightly more aggressivethan his proposed patch.1 parentb7ef58a commit3fd0393
2 files changed
+378
-374
lines changed0 commit comments
Comments
(0)