summaryrefslogtreecommitdiffstats
path: root/knetworkmanager-0.8/configure.in.bot
blob: 5239ed20d60746f168840e14376b97cbf6484229 (plain)
1
2
3
4
5
6
7
8
9
10
if test -n "$MISSING_DEPS"; then

	echo "**************************************************"
	echo "*"
	echo "* KNetworkManager will not be built due to missing dependencies!"
	echo "* Missing: $MISSING_DEPS"
	echo "*"
	echo "**************************************************"

fi