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

Fix cross compilation #108

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Fix cross compilation #108

wants to merge 1 commit into from

Commits on Oct 29, 2024

  1. Fix cross compilation

    Fixes Issue 106 (gssapi#106)
    
    modified:   external/dinglibs.m4
    A warning message is displayed to the user to make sure lib_ini_config
    supprts extenden INI_MS_DETECT, since the test cannot be run in a cross
    compilation scenario.
    modified:   external/docbook.m4
    Autoconf Macro AC_CHECK_FILE has been replaced by an explicit if ! test
    -e ..., as AC_CHECK_FILE is not available in cross compilation scenario.
    
    Signed-off-by: Sietse <[email protected]>
    Sietse committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    aaeacfb View commit details
    Browse the repository at this point in the history