Enabled to load shared library for Credential and Token (#1927)

This commit is contained in:
Takeshi Nakatani
2022-10-22 10:42:07 +09:00
committed by GitHub
parent 9a4282208e
commit 6e89e69bba
8 changed files with 592 additions and 20 deletions

View File

@ -310,6 +310,11 @@ AC_COMPILE_IFELSE(
]
)
dnl ----------------------------------------------
dnl dl library
dnl ----------------------------------------------
AC_CHECK_LIB([dl], [dlopen, dlclose, dlerror, dlsym], [], [AC_MSG_ERROR([Could not found dlopen, dlclose, dlerror and dlsym])])
dnl ----------------------------------------------
dnl build date
dnl ----------------------------------------------