diff --git a/configure.in b/configure.in index c138a703d..75a21d632 100644 --- a/configure.in +++ b/configure.in @@ -228,13 +228,13 @@ case "$encryption" in AC_MSG_RESULT(on) CHECK_SSL() AC_DEFINE(TORRENT_USE_OPENSSL,,[define to use openssl with libtorrent-rasterbar]) - COMPILETIME_OPTIONS+="-DTORRENT_USE_OPENSSL " + COMPILETIME_OPTIONS+="-DTORRENT_USE_OPENSSL " ;; "off") AC_MSG_RESULT(off) AC_DEFINE(TORRENT_DISABLE_ENCRYPTION,,[define not to use encryption support]) - COMPILETIME_OPTIONS+="-DTORRENT_DISABLE_ENCRYPTION " + COMPILETIME_OPTIONS+="-DTORRENT_DISABLE_ENCRYPTION " ;; *) AC_MSG_RESULT()