Change configure.in to enable SSL by default, if libssl is present. Can

still be disabled with --without-ssl.


git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@201 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2012-05-31 12:40:26 +00:00
parent dd51b53e7d
commit fa42be30ae
3 changed files with 37 additions and 15 deletions

View File

@@ -129,6 +129,9 @@
/* Define to 1 if you have the `killpg' function. */
#undef HAVE_KILLPG
/* Define to 1 if you have the `crypto' library (-lcrypto). */
#undef HAVE_LIBCRYPTO
/* Define to 1 if you have the Windows iphlpapi library */
#undef HAVE_LIBIPHLPAPI
@@ -204,7 +207,7 @@
/* Define to 1 if you have the `socket' function. */
#undef HAVE_SOCKET
/* Define this is the system has SSL support. */
/* Define this if the system has SSL support. */
#undef HAVE_SSL
/* Define to 1 if you have the <stdint.h> header file. */