[gmime] Fixed the build



commit b3187fb9455b0bae1a0419868dac9396e9cc3442
Author: Jeffrey Stedfast <jestedfa microsoft com>
Date:   Fri Mar 10 13:41:51 2017 -0500

    Fixed the build

 tests/Makefile.am |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 026de63..8e0adc4 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -27,9 +27,13 @@ endif
 MANUAL_TESTS =         \
        test-best       \
        test-parser     \
-       test-html       \
+       test-html
+
+if ENABLE_CRYPTO
+MANUAL_TESTS +=        \
        test-pkcs7      \
        test-smime
+endif
 
 noinst_PROGRAMS = $(AUTOMATED_TESTS) $(MANUAL_TESTS)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]