Revert back to no tests for test.h consideration

pull/1707/head
kaleb-himes 2018-07-20 14:41:46 -06:00
parent 887e3deee8
commit c432bb5e82
1 changed files with 1 additions and 0 deletions

View File

@ -3318,6 +3318,7 @@ AC_ARG_ENABLE([examples],
)
AS_IF([test "x$ENABLED_FILESYSTEM" = "xno"], [ENABLED_EXAMPLES="no"])
AS_IF([test "x$ENABLED_INLINE" = "xno"], [ENABLED_EXAMPLES="no"])
AS_IF([test "x$ENABLED_CRYPTONLY" = "xyes"], [ENABLED_EXAMPLES="no"])
AM_CONDITIONAL([BUILD_EXAMPLE_SERVERS], [test "x$ENABLED_EXAMPLES" = "xyes" && test "x$ENABLED_LEANTLS" = "xno"])
AM_CONDITIONAL([BUILD_EXAMPLE_CLIENTS], [test "x$ENABLED_EXAMPLES" = "xyes"])