diff options
Diffstat (limited to 'configure.in.bot')
-rw-r--r-- | configure.in.bot | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/configure.in.bot b/configure.in.bot deleted file mode 100644 index 3261385..0000000 --- a/configure.in.bot +++ /dev/null @@ -1,40 +0,0 @@ -# configure.in.bot -# This file is used for printing important messages at the end of configure - -echo "" - -if test x$basket_warning_gpgme = xyes; then - echo " ====================================" - echo " === BasKet Note Pads - WARNING ===================================" - echo " ====================================" - echo " =" - echo " = BasKet Note Pads requires gpgme version 1.0 and" - echo " = libgpg-error version 1.0." - echo " = BasKet Note Pads will still be built, but there is no encryption." - echo " =" - echo " = Packages you need to install if you want encryption:" - echo " = Suse: gpgme-devel" - echo " = Kubuntu: libgpgme11-dev" - echo " = Fedora Core: gpgme-devel" - echo " = Mandriva: libgpgme11-devel" - echo " = Gentoo: app-crypt/gpgme" - echo " =" -fi - -if test x$basket_warning_kontact = xyes; then - echo " ====================================" - echo " === BasKet Note Pads - WARNING ===================================" - echo " ====================================" - echo " =" - echo " = BasKet Note Pads requires tdepim." - echo " = BasKet Note Pads will still be built, but there is no" - echo " = Kontact integration." - echo " =" - echo " = Packages you need to install if you want Kontact integration:" - echo " = Suse: tdepim3-devel" - echo " = Kubuntu: tdepim-dev" - echo " = Fedora Core: tdepim-devel" - echo " = Mandriva: libtdepim2-common-devel & libtdepim2-kontact-devel" - echo " = Gentoo: kde-base/kontact" - echo " =" -fi |