diff -r b15a2ae7bea7 -r 8289078ff7be configure.ac --- a/configure.ac Sat May 04 15:43:37 2024 +0200 +++ b/configure.ac Sat May 04 17:37:47 2024 +0200 @@ -29,6 +29,7 @@ AC_CHECK_PROG(INSTALL, install, install) AC_CHECK_PROG(TAR, tar, tar) + # # Libraries for mbsePi-apps # @@ -92,6 +93,11 @@ fi LIBS="$LIBS -lm" +AC_CHECK_DECLS(gettid,result=yes,result=no) +if test "$result" = "yes"; then + AC_DEFINE(HAVE_GETTID) +fi + AC_CHECK_LIB(xml2,xmlParseFile,result=yes,result=no) if test "$result" = "yes"; then