You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[AS_HELP_STRING([--enable-tpm],[Enable TPM 2.0 support (default: disabled)])],
182
182
[ENABLED_TPM=$enableval],[ENABLED_TPM=no])
183
183
184
-
if test "$ENABLED_TPM" != "no"
185
-
then
186
-
AC_CHECK_LIB([wolftpm],[wolfTPM2_Init],,[AC_MSG_ERROR([libwolftpm is required for ${PACKAGE}. It can be obtained from https://www.wolfssl.com/download.html/ .])])
187
-
fi
188
-
189
184
# smallstack
190
185
AC_ARG_ENABLE([smallstack],
191
186
[AS_HELP_STRING([--enable-smallstack],[Enable small stack (default: disabled)])],
AC_CHECK_LIB([wolftpm],[wolfTPM2_Init],,[AC_MSG_ERROR([libwolftpm is required for ${PACKAGE}. It can be obtained from https://www.wolfssl.com/download.html/ .])])])
241
+
AS_IF([test "x$ENABLED_SSHD" = "xyes"],[
242
+
AM_CPPFLAGS="$AM_CPPFLAGS -DWOLFSSH_SSHD"
243
+
AS_IF([test -n "$PAM_LIB"],[
244
+
AC_MSG_CHECKING([for directory $PAM_LIB])
245
+
AS_IF([! test -d "$PAM_LIB"],[AC_MSG_ERROR([PAM lib dir $PAM_LIB not found.])])
0 commit comments