Fix build failure with feature flag "--enable-ca-cert-extension"
There is an issue populating Makefile under
bmc-vmi-ca directory.
Unit test results:
[==========] Running 4 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 4 tests from TestCACertMgr
[ RUN ] TestCACertMgr.testObjectCreation
[ OK ] TestCACertMgr.testObjectCreation (1 ms)
[ RUN ] TestCACertMgr.testInvalidArgument
[ OK ] TestCACertMgr.testInvalidArgument (1 ms)
[ RUN ] TestCACertMgr.DeleteAllCSRObjects
[ OK ] TestCACertMgr.DeleteAllCSRObjects (1 ms)
[ RUN ] TestCACertMgr.DeleteObjectEntry
[ OK ] TestCACertMgr.DeleteObjectEntry (0 ms)
[----------] 4 tests from TestCACertMgr (3 ms total)
[----------] Global test environment tear-down
[==========] 4 tests from 1 test suite ran. (3 ms total)
[ PASSED ] 4 tests.
PASS ca_certs_manager_test (exit status: 0)
Signed-off-by: Ravi Teja <raviteja28031990@gmail.com>
Change-Id: I1d808439646bc91c137040b00299aaa0fd4e2a73
diff --git a/configure.ac b/configure.ac
index 29a3485..453daaa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -194,7 +194,6 @@
AM_CONDITIONAL([CA_CERT_EXTENSION], [test "x$enable_ca_cert_extension" == "xyes"])
AS_IF([test "x$enable_ca_cert_extension" == "xyes"],
- [AX_APPEND_COMPILE_FLAGS([-DCA_CERT_EXTENSION])],
[AC_CONFIG_FILES([bmc-vmi-ca/Makefile])])
# Create configured output