Merge branch 'libradsec' of git.nordu.net:radsecproxy into libradsec
authorLinus Nordberg <linus@nordberg.se>
Thu, 3 Oct 2013 19:16:53 +0000 (21:16 +0200)
committerLinus Nordberg <linus@nordberg.se>
Thu, 3 Oct 2013 19:16:53 +0000 (21:16 +0200)
# 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.

lib/configure.ac

index ab775e4..f8aabde 100644 (file)
@@ -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])