fixed whitespace in configure.in

This commit is contained in:
Arvid Norberg 2008-10-19 22:38:25 +00:00
parent cfe029d58f
commit 24b8264d39
1 changed files with 2 additions and 2 deletions

View File

@ -228,13 +228,13 @@ case "$encryption" in
AC_MSG_RESULT(on) AC_MSG_RESULT(on)
CHECK_SSL() CHECK_SSL()
AC_DEFINE(TORRENT_USE_OPENSSL,,[define to use openssl with libtorrent-rasterbar]) AC_DEFINE(TORRENT_USE_OPENSSL,,[define to use openssl with libtorrent-rasterbar])
COMPILETIME_OPTIONS+="-DTORRENT_USE_OPENSSL " COMPILETIME_OPTIONS+="-DTORRENT_USE_OPENSSL "
;; ;;
"off") "off")
AC_MSG_RESULT(off) AC_MSG_RESULT(off)
AC_DEFINE(TORRENT_DISABLE_ENCRYPTION,,[define not to use encryption support]) AC_DEFINE(TORRENT_DISABLE_ENCRYPTION,,[define not to use encryption support])
COMPILETIME_OPTIONS+="-DTORRENT_DISABLE_ENCRYPTION " COMPILETIME_OPTIONS+="-DTORRENT_DISABLE_ENCRYPTION "
;; ;;
*) *)
AC_MSG_RESULT() AC_MSG_RESULT()