configure.ac: Output the result jansson detection and enable_hdtest
This commit is contained in:
parent
917f1b0acc
commit
2c37341a25
|
@ -340,6 +340,8 @@ AC_MSG_NOTICE([summary of build options:
|
||||||
OpenSSL: ${have_openssl}
|
OpenSSL: ${have_openssl}
|
||||||
Libxml2: ${have_libxml2}
|
Libxml2: ${have_libxml2}
|
||||||
Libevent(SSL): ${have_libevent_openssl}
|
Libevent(SSL): ${have_libevent_openssl}
|
||||||
|
Jansson: ${have_jansson}
|
||||||
Src: ${enable_src}
|
Src: ${enable_src}
|
||||||
Examples: ${enable_examples}
|
Examples: ${enable_examples}
|
||||||
|
Hdtest: ${enable_hdtest}
|
||||||
])
|
])
|
||||||
|
|
Loading…
Reference in New Issue