diff options
author | Emanuele Giaquinta <exg@irssi.org> | 2007-12-06 09:50:55 +0000 |
---|---|---|
committer | exg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2007-12-06 09:50:55 +0000 |
commit | e56008ff29ed3b9b07d62a940599e147c48f73f1 (patch) | |
tree | 3e594591c931dc5b4a9bbc5717f490680e34230a /configure.in | |
parent | c807b53dff189c9299ddcfbd1bdb63cc9f3cd722 (diff) | |
download | irssi-e56008ff29ed3b9b07d62a940599e147c48f73f1.zip |
Indent.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4660 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index b7340132..c209c25c 100644 --- a/configure.in +++ b/configure.in @@ -198,8 +198,8 @@ dnl ** SSL Library checks (OpenSSL) dnl ** AC_ARG_ENABLE(ssl, - [ --disable-ssl Disable Secure Sockets Layer support],, - enable_ssl=yes) +[ --disable-ssl Disable Secure Sockets Layer support],, + enable_ssl=yes) dnl ** dnl ** just some generic stuff... |