Skip to content

Commit

Permalink
Merge branch 'libradsec' of git.nordu.net:radsecproxy into libradsec
Browse files Browse the repository at this point in the history
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
  • Loading branch information
Linus Nordberg committed Oct 3, 2013
2 parents 787ccb8 + 38e6ce8 commit 90f9a7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ AC_CHECK_LIB([event_core], [event_get_version],,
## Enable TLS (RadSec).
AH_TEMPLATE([RS_ENABLE_TLS], [TLS (RadSec) enabled])
AH_TEMPLATE([RADPROT_TLS], []) dnl Legacy.
AC_ARG_ENABLE([tls], AS_HELP_STRING([--enable-tls], [enable TLS (RadSec)]),
AC_ARG_ENABLE([tls], AS_HELP_STRING([--disable-tls], [disable TLS (RadSec)]),
[],
[AC_CHECK_LIB([event_openssl], [bufferevent_openssl_socket_new],,
AC_MSG_ERROR([required library event_openssl not found]))
AC_DEFINE([RS_ENABLE_TLS])
Expand Down

0 comments on commit 90f9a7e

Please sign in to comment.