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

buildsys: add check for asprintf to enable alt implementation #1561

Merged
merged 1 commit into from
Sep 29, 2017
Merged

buildsys: add check for asprintf to enable alt implementation #1561

merged 1 commit into from
Sep 29, 2017

Commits on Sep 29, 2017

  1. buildsys: add check for asprintf to enable alt implementation

    Some platforms (like Solaris 10) lack asprintf.  The implementation made
    for Windows works fine there, so use autoconf to determine whether
    asprintf exists, and if not, enable compiling the replacement
    implementation.
    To further simplify the guard logic, define HAVE_ASPRINTF for MinGW when
    appropriate in e_msoft.h.
    grobian committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    2a0a0d8 View commit details
    Browse the repository at this point in the history