-rw-r--r-- | pwmanager/configure.in.bot | 34 |
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 @@ | |||
1 | dnl Put here things to be done at the very end - telling users | ||
2 | dnl about additional packages to install. | ||
3 | |||
4 | if 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 "" | ||
10 | fi | ||
11 | |||
12 | if 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 "" | ||
18 | fi | ||
19 | |||
20 | if test "${bzlib_available}" != "yes" ; then | ||
21 | echo "" | ||
22 | echo "PwManager: FATAL! libbzip2 not found!" | ||
23 | fi | ||
24 | |||
25 | if test "${zlib_available}" != "yes" ; then | ||
26 | echo "" | ||
27 | echo "PwManager: FATAL! zlib not found!" | ||
28 | fi | ||
29 | |||
30 | if 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 "" | ||
34 | fi | ||