summaryrefslogtreecommitdiffstats
path: root/tdeio/kssl/configure.in.in
blob: 7e3848d786ecd2352681d1537d14245f5d2a0a9f (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([tdeio/kssl/ksslconfig.h])