summaryrefslogtreecommitdiffstats
path: root/kio/kssl/configure.in.in
blob: fa256cbdbb4f8e28164b8f58d108d4064967f379 (plain)
1
2
3
4
5
6
7
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])