[ --disable-ssl build without SSL (imap4s and pop3s) protocol support],
[use_ssl=$enableval],
[use_ssl=yes])
if test "$use_ssl" == "yes"; then
AC_DEFINE([USE_SSL],[],[Compile with SSL support])
fi
AC_ARG_ENABLE(
ssl,
[ --disable-ssl build without SSL (imap4s and pop3s) protocol support],
[use_ssl=$enableval],
[use_ssl=yes])
if test "$use_ssl" == "yes"; then
AC_DEFINE([USE_SSL],[],[Compile with SSL support])
fi
AC_MSG_CHECKING(for ASUS notebook mail LED support)
if test -f "/proc/acpi/asus/mled"; then
AC_MSG_RESULT(yes)
AC_DEFINE([HAVE_MLED],[],[Compile with support for Mail LED on ASUS notebooks: needs ACPI and Asus Laptop Extras (http://sourceforge.net/projects/acpi4asus/)])
else
AC_MSG_RESULT(no)
fi
KDE_CREATE_SUBDIRSLIST
AM_CONDITIONAL(doc_SUBDIR_included, test "x$doc_SUBDIR_included" = xyes)
AM_CONDITIONAL(kbiff_SUBDIR_included, test "x$kbiff_SUBDIR_included" = xyes)
AM_CONDITIONAL(man_SUBDIR_included, test "x$man_SUBDIR_included" = xyes)
AM_CONDITIONAL(po_SUBDIR_included, test "x$po_SUBDIR_included" = xyes)
AC_CONFIG_FILES([ Makefile ])
AC_CONFIG_FILES([ doc/Makefile ])
AC_CONFIG_FILES([ doc/de/Makefile ])
AC_CONFIG_FILES([ doc/de/kbiff/Makefile ])
AC_CONFIG_FILES([ doc/en/Makefile ])
AC_CONFIG_FILES([ doc/en/kbiff/Makefile ])
AC_CONFIG_FILES([ doc/es/Makefile ])
AC_CONFIG_FILES([ doc/es/kbiff/Makefile ])
AC_CONFIG_FILES([ doc/fr/Makefile ])
AC_CONFIG_FILES([ doc/fr/kbiff/Makefile ])
AC_CONFIG_FILES([ kbiff/Makefile ])
AC_CONFIG_FILES([ kbiff/pics/Makefile ])
AC_CONFIG_FILES([ man/Makefile ])
AC_CONFIG_FILES([ po/Makefile ])
AC_OUTPUT
# Check if KDE_SET_PREFIX was called, and --prefix was passed to configure
if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then
# And if so, warn when they don't match
if test "$kde_libs_prefix" != "$given_prefix"; then