summaryrefslogtreecommitdiffabout
path: root/pwmanager/configure.in.bot
blob: f281f69f84a637d7e6b944575e3f4e25daaf8f2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
dnl Put here things to be done at the very end - telling users
dnl about additional packages to install.

if test "${keycard_available}" != "yes" ; then
	echo ""
	echo "PwManager is built without chipcard (Smartcard) support."
	echo "Either libchipcard is unavailable, or you have manually"
	echo "disabled compiling of chipcard support."
	echo ""
fi

if test "${kwallet_available}" != "yes" ; then
	echo ""
	echo "PwManager is built without KWallet support."
	echo "Either KWallet is unavailable (KDE-3.2 not installed), or"
	echo "you have manually disabled compiling of KWallet support."
	echo ""
fi

if test "${bzlib_available}" != "yes" ; then
	echo ""
	echo "PwManager: FATAL! libbzip2 not found!"
fi

if test "${zlib_available}" != "yes" ; then
	echo ""
	echo "PwManager: FATAL! zlib not found!"
fi

if test "`echo ${DO_NOT_COMPILE} | grep "pwmanager" | awk '{print $0}'`" != "" ; then
	echo ""
	echo "PwManager compilation is disabled because of missing required libraries!"
	echo ""
fi