Build: Fixed unitialized pointer and missing -lm

This commit is contained in:
Olof hagsand 2025-01-23 12:41:23 +01:00
parent 2d709378f7
commit eff01d924c
4 changed files with 327 additions and 1100 deletions

View file

@ -79,8 +79,6 @@ AC_DEFINE_UNQUOTED(CLIXON_VERSION_MAJOR, $CLIXON_VERSION_MAJOR, [Clixon major re
AC_DEFINE_UNQUOTED(CLIXON_VERSION_MINOR, $CLIXON_VERSION_MINOR, [Clixon minor release])
AC_DEFINE_UNQUOTED(CLIXON_VERSION_PATCH, $CLIXON_VERSION_PATCH, [Clixon path version])
AC_CHECK_LIB(m, main)
# defines: target_cpu, target_vendor, and target_os.
AC_CANONICAL_TARGET