You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
KDE_CHECK_SSL
|
|
|
|
if test "$have_ssl" = yes; then
|
|
AC_DEFINE(KSSL_HAVE_SSL, 1, [Define if we shall use KSSL])
|
|
fi
|
|
|
|
AM_CONFIG_HEADER([kio/kssl/ksslconfig.h])
|