gssapi / gssproxy

A proxy for GSSAPI | Docs at https://github.com/gssapi/gssproxy/tree/main/docs
Other
44 stars 28 forks source link

Fix cross compilation #108

Open Uglymotha opened 1 month ago

Uglymotha commented 1 month ago

Fixes Issue 106 (https://github.com/gssapi/gssproxy/issues/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.

simo5 commented 1 month ago

Please fix the DCO issue