evhtp configure and warnings

This commit is contained in:
Olof hagsand 2021-04-02 13:09:53 +02:00
parent 2def5d2367
commit 698625aa65
4 changed files with 5 additions and 3 deletions

View file

@ -219,7 +219,6 @@ elif test "x${with_restconf}" == xevhtp; then
[AC_INCLUDES_DEFAULT[
#define EVHTP_DISABLE_REGEX
#define EVHTP_DISABLE_EVTHR
#define EVHTP_EXPORT
]])
AC_CHECK_LIB(evhtp, evhtp_new,, AC_MSG_ERROR([libevhtp missing]),[-lpthread -levent -levent_openssl -lssl -lcrypto])
elif test "x${with_restconf}" == xno; then