From 24b8264d3924e8acf8a795ed1cceab4f6c96a5f9 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 19 Oct 2008 22:38:25 +0000 Subject: [PATCH] fixed whitespace in configure.in --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()