Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configure.ac: check for <execinfo.h> #12

Merged
merged 1 commit into from
Jan 2, 2015
Merged

configure.ac: check for <execinfo.h> #12

merged 1 commit into from
Jan 2, 2015

Conversation

blueness
Copy link
Contributor

@blueness blueness commented Jan 2, 2015

Some C standard libraries either don't provide backtrace, or
provide it conditionally as is the case with uClibc. We add
a check in configure.ac to see if execinfo.h exists, and if it
does not, then we disable show_backtrace() in src/misc.cc.

Signed-off-by: Anthony G. Basile [email protected]

Some C standard libraries either don't provide backtrace, or
provide it conditionally as is the case with uClibc.  We add
a check in configure.ac to see if execinfo.h exists, and if it
does not, then we disable show_backtrace() in src/misc.cc.

Signed-off-by: Anthony G. Basile <[email protected]>
bbidulock added a commit that referenced this pull request Jan 2, 2015
configure.ac: check for <execinfo.h>
@bbidulock bbidulock merged commit 185692a into bbidulock:icewm-1-3-BRANCH Jan 2, 2015
@bbidulock
Copy link
Owner

Thanks!

@blueness blueness deleted the HAVE_EXECINFO_H branch January 2, 2015 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants