author | ulf69 <ulf69> | 2004-09-15 17:54:00 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-09-15 17:54:00 (UTC) |
commit | 216ee6e2471ed857f4983b41c85b8fd7196a7952 (patch) (unidiff) | |
tree | 9b583e3d5e6a330ec704707fb7f0d4ce7dbae6bb /pwmanager/configure.in.bot | |
parent | d3925ba5bd25224bc4a60d3d6a107c464994a1ea (diff) | |
download | kdepimpi-216ee6e2471ed857f4983b41c85b8fd7196a7952.zip kdepimpi-216ee6e2471ed857f4983b41c85b8fd7196a7952.tar.gz kdepimpi-216ee6e2471ed857f4983b41c85b8fd7196a7952.tar.bz2 |
not needed
-rw-r--r-- | pwmanager/configure.in.bot | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/pwmanager/configure.in.bot b/pwmanager/configure.in.bot deleted file mode 100644 index f281f69..0000000 --- a/pwmanager/configure.in.bot +++ b/dev/null | |||
@@ -1,34 +0,0 @@ | |||
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 | ||