summaryrefslogtreecommitdiffabout
path: root/pwmanager/configure.in.bot
Unidiff
Diffstat (limited to 'pwmanager/configure.in.bot') (more/less context) (show whitespace changes)
-rw-r--r--pwmanager/configure.in.bot34
1 files changed, 34 insertions, 0 deletions
diff --git a/pwmanager/configure.in.bot b/pwmanager/configure.in.bot
new file mode 100644
index 0000000..f281f69
--- a/dev/null
+++ b/pwmanager/configure.in.bot
@@ -0,0 +1,34 @@
1dnl Put here things to be done at the very end - telling users
2dnl about additional packages to install.
3
4if test "${keycard_available}" != "yes" ; then
5 echo ""
6 echo "PwManager is built without chipcard (Smartcard) support."
7 echo "Either libchipcard is unavailable, or you have manually"
8 echo "disabled compiling of chipcard support."
9 echo ""
10fi
11
12if test "${kwallet_available}" != "yes" ; then
13 echo ""
14 echo "PwManager is built without KWallet support."
15 echo "Either KWallet is unavailable (KDE-3.2 not installed), or"
16 echo "you have manually disabled compiling of KWallet support."
17 echo ""
18fi
19
20if test "${bzlib_available}" != "yes" ; then
21 echo ""
22 echo "PwManager: FATAL! libbzip2 not found!"
23fi
24
25if test "${zlib_available}" != "yes" ; then
26 echo ""
27 echo "PwManager: FATAL! zlib not found!"
28fi
29
30if test "`echo ${DO_NOT_COMPILE} | grep "pwmanager" | awk '{print $0}'`" != "" ; then
31 echo ""
32 echo "PwManager compilation is disabled because of missing required libraries!"
33 echo ""
34fi