mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Revert r4654.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4659 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
350c04abdf
commit
c807b53dff
@ -199,7 +199,7 @@ dnl **
|
|||||||
|
|
||||||
AC_ARG_ENABLE(ssl,
|
AC_ARG_ENABLE(ssl,
|
||||||
[ --disable-ssl Disable Secure Sockets Layer support],,
|
[ --disable-ssl Disable Secure Sockets Layer support],,
|
||||||
want_ssl=yes)
|
enable_ssl=yes)
|
||||||
|
|
||||||
dnl **
|
dnl **
|
||||||
dnl ** just some generic stuff...
|
dnl ** just some generic stuff...
|
||||||
@ -331,7 +331,7 @@ fi
|
|||||||
LIBS="$LIBS $GLIB_LIBS"
|
LIBS="$LIBS $GLIB_LIBS"
|
||||||
|
|
||||||
have_openssl=no
|
have_openssl=no
|
||||||
if test "$want_ssl" = "yes"; then
|
if test "$enable_ssl" = "yes"; then
|
||||||
PKG_CHECK_MODULES(SSL, openssl, :, :)
|
PKG_CHECK_MODULES(SSL, openssl, :, :)
|
||||||
if test "$SSL_LIBS"; then
|
if test "$SSL_LIBS"; then
|
||||||
CFLAGS="$CFLAGS $SSL_CFLAGS"
|
CFLAGS="$CFLAGS $SSL_CFLAGS"
|
||||||
|
Loading…
Reference in New Issue
Block a user