diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 003b235e5..460383757 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -3137,6 +3137,10 @@ AC_MSG_RESULT([$enable_pkcs11]) | |||
3137 | AC_MSG_CHECKING([whether to enable U2F]) | 3137 | AC_MSG_CHECKING([whether to enable U2F]) |
3138 | if test "x$enable_sk" = "xyes" ; then | 3138 | if test "x$enable_sk" = "xyes" ; then |
3139 | AC_DEFINE([ENABLE_SK], [], [Enable for U2F/FIDO support]) | 3139 | AC_DEFINE([ENABLE_SK], [], [Enable for U2F/FIDO support]) |
3140 | AC_SUBST(SK_DUMMY_LIBRARY, [regress/misc/sk-dummy/sk-dummy.so]) | ||
3141 | else | ||
3142 | # Do not try to build sk-dummy library. | ||
3143 | AC_SUBST(SK_DUMMY_LIBRARY, [""]) | ||
3140 | fi | 3144 | fi |
3141 | AC_MSG_RESULT([$enable_sk]) | 3145 | AC_MSG_RESULT([$enable_sk]) |
3142 | 3146 | ||