diff options
author | Emanuele Giaquinta <exg@irssi.org> | 2006-09-11 09:03:06 +0000 |
---|---|---|
committer | exg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2006-09-11 09:03:06 +0000 |
commit | 9fbe09f08614db5a55446ae8fb9d399976e3a266 (patch) | |
tree | 7d114960fa4ddcc2d37f50f8ce7d1d7d982a6f24 /configure.in | |
parent | 7063a004281690f7b58cfe66936af1b42f2bd9bd (diff) | |
download | irssi-9fbe09f08614db5a55446ae8fb9d399976e3a266.zip |
Remove trailing whitespace.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4338 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 a6cdc3a2..c63fe60c 100644 --- a/configure.in +++ b/configure.in @@ -226,7 +226,7 @@ dnl ** dnl ** SSL Library checks (OpenSSL) dnl ** -AC_ARG_ENABLE(ssl, +AC_ARG_ENABLE(ssl, [ --disable-ssl Disable Secure Sockets Layer support],, enable_ssl=yes) @@ -500,7 +500,7 @@ fi dnl ** dnl ** Garbage Collector -dnl ** +dnl ** if test "x$want_gc" = xyes; then if test "$glib_config_major_version" = "2"; then AC_CHECK_LIB(gc, GC_malloc, [ |